SheetsChartReferenceSuggestionState.fromJson constructor
SheetsChartReferenceSuggestionState.fromJson(
- Map json_
Implementation
SheetsChartReferenceSuggestionState.fromJson(core.Map json_)
: this(
chartIdSuggested: json_['chartIdSuggested'] as core.bool?,
spreadsheetIdSuggested: json_['spreadsheetIdSuggested'] as core.bool?,
);