SheetsChart constructor
      
      SheetsChart({ 
    
    
- int? chartId,
- String? contentUrl,
- SheetsChartProperties? sheetsChartProperties,
- String? spreadsheetId,
Implementation
SheetsChart({
  this.chartId,
  this.contentUrl,
  this.sheetsChartProperties,
  this.spreadsheetId,
});