where abstract method

CollectionRef where(
  1. dynamic field, {
  2. dynamic isEqualTo,
})

Creates and returns a new CollectionRef with additional filter on specified field. field refers to a field in a document.

where is not implemented

Implementation

CollectionRef where(
  field, {
  isEqualTo,
});