OrderBy class
Constructors
- OrderBy()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
options
→ Map<
String, dynamic> -
read-only, inherited
- parameters → Parameters
-
read-only, inherited
- queryId → String
-
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
tokens
↔ Map<
ListenerToken, StreamSubscription> -
read / write, inherited
Methods
-
limit(
Expression expression, { Expression offset }) → Limit -
addChangeListener(
dynamic callback(QueryChange)) → Future< ListenerToken> -
Adds a query change listener and posts changes to
callback
. [...]inherited -
execute(
) → Future< ResultSet> -
Executes the query. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
removeChangeListener(
ListenerToken token) → Future< void> -
Removes a change listener wih the given listener token.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited