TimeChartPoint constructor

TimeChartPoint(
  1. int key,
  2. int x,
  3. int y,
  4. String time,
  5. String value,
)

Implementation

TimeChartPoint(this.key, this.x, this.y, this.time, this.value);