timestamps property

List<DateTime>? timestamps
final

The timestamps for the data points, formatted in Unix timestamp format. The number of timestamps always matches the number of values and the value for Timestampsx is Valuesx.

Implementation

final List<DateTime>? timestamps;