UpdateChartSpecRequest constructor

UpdateChartSpecRequest({
  1. int? chartId,
  2. ChartSpec? spec,
})

Implementation

UpdateChartSpecRequest({
  this.chartId,
  this.spec,
});