Series constructor
Series({
- String? kind,
- List<
SeriesSeries> ? series,
Implementation
Series({
this.kind,
this.series,
});
Series({
this.kind,
this.series,
});