toJson method

Map<String, dynamic> toJson()

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!,
    };