DocumentRefImpl class abstract

The interface that other DocumentRef must extend.

Implementers

Constructors

DocumentRefImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collection(String path) CollectionRef
Gets a CollectionRef for the specified Localstore path.
delete() Future
Deletes the current document from the collection.
get() Future<Map<String, dynamic>?>
Returns the parent DocumentRef of this collection or null.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(Map<String, dynamic> data, [SetOptions? options]) Future
Sets data on the document, overwriting any existing data. If the document does not yet exist, it will be created.
toString() String
A string representation of this object.
inherited

Operators

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