EmbeddedChart constructor

EmbeddedChart({
  1. EmbeddedObjectBorder? border,
  2. int? chartId,
  3. EmbeddedObjectPosition? position,
  4. ChartSpec? spec,
})

Implementation

EmbeddedChart({
  this.border,
  this.chartId,
  this.position,
  this.spec,
});