StructuredQuery constructor
StructuredQuery({
- StructuredQuery_Projection? select,
- List<
StructuredQuery_CollectionSelector> from = const [], - StructuredQuery_Filter? where,
- List<
StructuredQuery_Order> orderBy = const [], - Cursor? startAt,
- Cursor? endAt,
- int offset = 0,
- Int32Value? limit,
- StructuredQuery_FindNearest? findNearest,
Implementation
StructuredQuery({
this.select,
this.from = const [],
this.where,
this.orderBy = const [],
this.startAt,
this.endAt,
this.offset = 0,
this.limit,
this.findNearest,
}) : super(fullyQualifiedName);