HighCharts constructor

HighCharts({
  1. Key? key,
  2. required String data,
})

Implementation

HighCharts({
  Key? key,
  required this.data,
}) : super(key: key);