SheetsChartReference.fromJson constructor
SheetsChartReference.fromJson(
- Map json_
Implementation
SheetsChartReference.fromJson(core.Map json_)
: this(
chartId: json_['chartId'] as core.int?,
spreadsheetId: json_['spreadsheetId'] as core.String?,
);