AddChartRequest constructor

AddChartRequest({
  1. EmbeddedChart? chart,
})

Implementation

AddChartRequest({
  this.chart,
});