order property

List<PropertyOrder>? order
getter/setter pair

The order to apply to the query results (if empty, order is unspecified).

Implementation

core.List<PropertyOrder>? order;