orders property
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>[];
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.
final List<OrderOption> orders = <OrderOption>[];