DataPoint.from constructor
Implementation
DataPoint.from(Map<String, dynamic> json)
: startTime = json['startTime'],
endTime = json['endTime'],
originalDataSource = DataSource.from(json['dataPoints']),
entries = DataPointEntry.collect(json['entries']);