HighChartsSeries constructor
HighChartsSeries({
- required String name,
- String? type,
- required List<
HighChartsDataPoint> data,
Implementation
HighChartsSeries({required this.name, this.type, required this.data});