toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final chartId = this.chartId;
final elementProperties = this.elementProperties;
final linkingMode = this.linkingMode;
final objectId = this.objectId;
final spreadsheetId = this.spreadsheetId;
return {
'chartId': ?chartId,
'elementProperties': ?elementProperties,
'linkingMode': ?linkingMode,
'objectId': ?objectId,
'spreadsheetId': ?spreadsheetId,
};
}