DataPoint constructor

const DataPoint(
  1. int startTime,
  2. int endTime,
  3. DataSource originalDataSource,
  4. List<DataPointEntry> entries,
)

Implementation

const DataPoint(
    this.startTime, this.endTime, this.originalDataSource, this.entries);