QuerySortPredicate class

The order in which a collection of objects should be sorted when returned from a database.

Constructors

QuerySortPredicate(String predicate, QuerySortOrder order)

Properties

hashCode → int
The hash code for this object.
no setterinherited
order ↔ QuerySortOrder
The order in which values should be sorted.
getter/setter pair
predicate ↔ String
The name of a property to sort by.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited