LineChartValue constructor

const LineChartValue(
  1. double x,
  2. double y
)

Implementation

const LineChartValue(double x, double y) : super(x, y);