CollectionRefImpl class abstract

The interface that other CollectionRef must extend.

Implementers

Constructors

CollectionRefImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<Map<String, dynamic>>
Notifies of query results at this collection.
no setter

Methods

doc([String? id]) DocumentRef
Returns a DocumentRef with the provided id.
get() Future<Map<String, dynamic>?>
Fetch the documents for this collection
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
where(dynamic field, {dynamic isEqualTo}) CollectionRef
Creates and returns a new CollectionRef with additional filter on specified field. field refers to a field in a document.

Operators

operator ==(Object other) bool
The equality operator.
inherited