sortBy property

List<QuerySortBy>? sortBy
final

A list of QuerySortBy conditions, used to specify the order of results

Implementation

final List<QuerySortBy>? sortBy;