core.Map<core.String, core.dynamic> toJson() => { if (highlightedTextRanges != null) 'highlightedTextRanges': highlightedTextRanges!, if (text != null) 'text': text!, };