toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (autoText != null) 'autoText': autoText!,
if (endIndex != null) 'endIndex': endIndex!,
if (paragraphMarker != null) 'paragraphMarker': paragraphMarker!,
if (startIndex != null) 'startIndex': startIndex!,
if (textRun != null) 'textRun': textRun!,
};