LineSeriesData constructor

LineSeriesData(
  1. String id,
  2. int time,
  3. double value
)

Implementation

LineSeriesData(this.id, this.time, this.value);