values property

  1. @TagNumber(1)
List<Value> get values

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

@$pb.TagNumber(1)
$core.List<Value> get values => $_getList(0);