DataPoint constructor
const
DataPoint(
- int startTime,
- int endTime,
- DataSource originalDataSource,
- List<
DataPointEntry> entries,
Implementation
const DataPoint(
this.startTime, this.endTime, this.originalDataSource, this.entries);