values property

List<Value>? values
getter/setter pair

Values in the array.

The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

Implementation

core.List<Value>? values;