datedValues property

List<DatedValue>? datedValues
getter/setter pair

List of datapoints in the timeseries, where each datapoint is a date-value pair.

Implementation

core.List<DatedValue>? datedValues;