HistoryResult constructor

const HistoryResult(
  1. DataSource dataSource,
  2. DataType dataType,
  3. List<DataPoint> dataPoints
)

Implementation

const HistoryResult(this.dataSource, this.dataType, this.dataPoints);