ChartData constructor

ChartData(
  1. String x,
  2. double y
)

Implementation

ChartData(this.x, this.y);