DocUpdate<R, T extends Serializable> class abstract

Update an existing Document

R: should return Null or some subset, i.e. Either<Failure, Null>

Implementers

Constructors

DocUpdate()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update({required DocumentId docId, required T value}) Future<R>
Updates data on the document. Data will be merged with any existing document data.

Operators

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