data property

Map<DateTime, List<double>> data
final

Map of the values that corresponds to the dates.

It is a main source of BarChart data.

Implementation

final Map<DateTime, List<double>> data;