mapVal property

List<ValueMapValEntry>? mapVal
getter/setter pair

Map value.

The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.

Implementation

core.List<ValueMapValEntry>? mapVal;