SheetsChart constructor

SheetsChart({
  1. int? chartId,
  2. String? contentUrl,
  3. SheetsChartProperties? sheetsChartProperties,
  4. String? spreadsheetId,
})

Implementation

SheetsChart({
  this.chartId,
  this.contentUrl,
  this.sheetsChartProperties,
  this.spreadsheetId,
});