OrderTerm class final

An expression's sort direction and optional NULL ordering policy.

Properties

descending bool
Whether larger values appear first.
final
expression Expr<Object?>
The SQL expression to order by.
final
hashCode int
The hash code for this object.
no setterinherited
nulls NullOrder?
Explicit NULL ordering, or null to use the database default.
final
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