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