orders property

List<OrderOption> orders
final

A list of options for sorting the results.

By default, the order is not specified.

See OrderOption for more information on how to specify sorting options.

Implementation

final List<OrderOption> orders = <OrderOption>[];