values property

List<Value>? values
getter/setter pair

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

core.List<Value>? values;