value property

List<Value>? value
getter/setter pair

Values of each data type field for the data point.

It is expected that each value corresponding to a data type field will occur in the same order that the field is listed with in the data type specified in a data source. Only one of integer and floating point fields will be populated, depending on the format enum value within data source's type field.

Implementation

core.List<Value>? value;