AddChartResponse constructor

AddChartResponse({
  1. EmbeddedChart? chart,
})

Implementation

AddChartResponse({
  this.chart,
});