toJson method

Map<String, dynamic> toJson()

Implementation

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