StructuredQuery class

A Firestore query.

Constructors

StructuredQuery({Cursor? endAt, List<CollectionSelector>? from, int? limit, int? offset, List<Order>? orderBy, Projection? select, Cursor? startAt, Filter? where})
StructuredQuery.fromJson(Map _json)

Properties

endAt Cursor?
A end point for the query results.
getter/setter pair
from List<CollectionSelector>?
The collections to query.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int?
The maximum number of results to return.
getter/setter pair
offset int?
The number of results to skip.
getter/setter pair
orderBy List<Order>?
The order to apply to the query results.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select Projection?
The projection to return.
getter/setter pair
startAt Cursor?
A starting point for the query results.
getter/setter pair
where Filter?
The filter to apply.
getter/setter pair

Methods

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

Operators

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