sortPredicate property

QuerySortPredicate? sortPredicate
getter/setter pair

A predicate for sorting the result.

A predicate will identify the rows being accessed, see QuerySortPredicate for more details. Prefer to use sortBy instead of this property directly.

Implementation

QuerySortPredicate? sortPredicate;