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