StructuredQuery constructor
StructuredQuery({
- Cursor? endAt,
- List<
CollectionSelector> ? from, - int? limit,
- int? offset,
- List<
Order> ? orderBy, - Projection? select,
- Cursor? startAt,
- Filter? where,
Implementation
StructuredQuery({
this.endAt,
this.from,
this.limit,
this.offset,
this.orderBy,
this.select,
this.startAt,
this.where,
});