OrderDirection class
The direction of a order.
'Order' class.
i.e. so one can write Order.Ascending, Order.Descending
.
Properties
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
Constants
- Ascending → const OrderDirection
- Descending → const OrderDirection