PointChartValue constructor

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

Implementation

const PointChartValue(this.x, this.y);