FirestoreQuery constructor
const
FirestoreQuery(
- FirestoreCollectionHandle collection, {
- int? limit,
- bool singleTimeQuery = true,
- String? outputAs,
Implementation
const FirestoreQuery(
this.collection, {
this.limit,
this.singleTimeQuery = true,
this.outputAs,
});