values property

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

The values that represent a position, in the order they appear in the order by clause of a query.

Can contain fewer values than specified in the order by clause.

Implementation

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