orderBys property

List<OrderBy>? orderBys
getter/setter pair

Sort order on output rows.

To compare two rows, the elements of the following are applied in order until a difference is found. All date ranges in the output get the same row order.

Implementation

core.List<OrderBy>? orderBys;