Query class

Constructors

Query({String orderByValue = '\$key', String startAtValue = "", String endAtValue = "", int limitToLastValue = 0, int limitToFirstValue = 0, String? timeoutValue})

Properties

endAtValue String
final
hashCode int
The hash code for this object.
no setterinherited
limitToFirstValue int
final
limitToLastValue int
final
orderByValue String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAtValue String
final
timeoutValue String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited