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