CollectionCriteria constructor

const CollectionCriteria(
  1. String name, {
  2. bool waitForSync = false,
  3. CollectionType collectionType = CollectionType.document,
  4. CollectionKeyOptions? keyOptions,
})

Implementation

const CollectionCriteria(
  this.name, {
  this.waitForSync = false,
  this.collectionType = CollectionType.document,
  this.keyOptions,
});