QueryReference constructor
QueryReference(
- FirestoreGateway gateway,
- String path
Implementation
QueryReference(super.gateway, super.path) {
_structuredQuery.from
.add(StructuredQuery_CollectionSelector()..collectionId = id);
}