DocDelete<R> class abstract

Delete an existing Document

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

Implementers

Constructors

DocDelete()

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

delete(DocumentId docId) Future<R>
Deletes the current document from the collection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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