Order class

Constructors

Order()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Properties

caseSensitive → int
Makes upper case letters (e.g. 'Z') be sorted before lower case letters (e.g. 'a'). If not specified, the default is case insensitive for ASCII characters.
final
descending → int
Reverts the order from ascending (default) to descending.
final
nullsAsZero → int
null values should be treated equal to zero (scalars only).
final
nullsLast → int
null values will be put last. If not specified, by default null values will be put first.
final
unsigned → int
For scalars only: changes the comparison to unsigned (default is signed).
final