LineChartValue constructor

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

Implementation

const LineChartValue(super.x, super.y);