dataPoints property

List<DataPoint>? dataPoints
final

An array of timestamp-value pairs, representing measurements over a period of time.

Implementation

final List<DataPoint>? dataPoints;