FirestoreQuery constructor

const FirestoreQuery(
  1. FirestoreCollectionHandle collection, {
  2. int? limit,
  3. bool singleTimeQuery = true,
  4. String? outputAs,
})

Implementation

const FirestoreQuery(
  this.collection, {
  this.limit,
  this.singleTimeQuery = true,
  this.outputAs,
});