core.Map<core.String, core.dynamic> toJson() { final highlightedTextRanges = this.highlightedTextRanges; final text = this.text; return {'highlightedTextRanges': ?highlightedTextRanges, 'text': ?text}; }