IndexOrder class
Constants for index ordering.
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
Static Methods
-
tryParse(
String? order) → IndexOrder? -
Returns the IndexOrder constant corresponding to the specified
order
.
Constants
- ascending → const IndexOrder
- Ascending order.
- descending → const IndexOrder
- Descending order.