SheetsChartReferenceSuggestionState constructor

SheetsChartReferenceSuggestionState({
  1. bool? chartIdSuggested,
  2. bool? spreadsheetIdSuggested,
})

Implementation

SheetsChartReferenceSuggestionState({
  this.chartIdSuggested,
  this.spreadsheetIdSuggested,
});