LineChartPoint constructor

LineChartPoint({
  1. required String xStr,
  2. required String yStr,
  3. required double yValue,
  4. required double xValue,
})

Implementation

LineChartPoint({required this.xStr, required this.yStr, required this.yValue, required this.xValue});