Series constructor

Series({
  1. String? kind,
  2. List<SeriesSeries>? series,
})

Implementation

Series({
  this.kind,
  this.series,
});