DocumentOrderBy<T> class
A collection result ordering attribute.
Constructors
- DocumentOrderBy.new(String field, {bool descending = false, T? startAt, T? endAt})
- Constructs a new DocumentOrderBy.
Properties
- descending ↔ bool
-
True when sorting should be descending.
getter/setter pair
- endAt ↔ T?
-
The ending value in which the query will start.
getter/setter pair
- field ↔ String
-
The field name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startAt ↔ T?
-
The starting value in which the query will start.
getter/setter pair
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