SheetsChartReferenceSuggestionState.fromJson constructor

SheetsChartReferenceSuggestionState.fromJson(
  1. Map json_
)

Implementation

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