datasets property

Map<DateTime, int>? datasets
final

A map of data points, where each key is a date and each value is the value of the data point.

Implementation

final Map<DateTime, int>? datasets;