Query<T> class

Constructors

Query(DocumentRequest<T> request, {List<String> idPath = const [], Filter filter = Filter.empty, List<SortOrder> orderBy = const [], int limit = 0, int offset = 0})

Properties

filter Filter
final
hashCode int
The hash code for this object.
no setterinherited
limit int
final
location String
no setter
offset int
final
orderBy List<SortOrder>
final
request DocumentRequest<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Map<String, Object>
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