data property

Map<DateTime, double> data
finalinherited

Map of the values that corresponds to the dates.

It is a main source of CandlestickChart data.

Implementation

final Map<DateTime, T> data;