BatchRepository class abstract

Implementers

Constructors

BatchRepository()

Properties

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

Methods

commit() Future<void>
delete<T extends Document<T>>(Document<T> document, {DocumentReference<Object?>? reference}) → void
deleteWithReference(DocumentReference<Object?> reference) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save<T extends Document<T>>(Document<T> document, {DocumentReference<Object?>? reference}) → void
saveRaw(Map<String, dynamic> values, DocumentReference<Object?> reference, {bool isTimestamp = false, String createdFieldValueKey = documentCreatedAtKey, String updatedFieldValueKey = documentUpdatedAtKey}) → void
toString() String
A string representation of this object.
inherited
update<T extends Document<T>>(Document<T> document, {DocumentReference<Object?>? reference}) → void
updateRaw(Map<String, dynamic> values, DocumentReference<Object?> reference, {bool isTimestamp = false, String updatedFieldValueKey = documentUpdatedAtKey}) → void

Operators

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