Batch class

Implemented types

Constructors

Batch()

Properties

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

Methods

commit() Future<void>
override
delete<T extends Document<T>>(Document<T> document, {DocumentReference<Object?>? reference}) → void
override
deleteWithReference(DocumentReference<Object?> reference) → void
override
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
override
saveRaw(Map<String, dynamic> values, DocumentReference<Object?> reference, {bool isTimestamp = false, String createdFieldValueKey = documentCreatedAtKey, String updatedFieldValueKey = documentUpdatedAtKey}) → void
override
toString() String
A string representation of this object.
inherited
update<T extends Document<T>>(Document<T> document, {DocumentReference<Object?>? reference}) → void
override
updateRaw(Map<String, dynamic> values, DocumentReference<Object?> reference, {bool isTimestamp = false, String updatedFieldValueKey = documentUpdatedAtKey}) → void
override

Operators

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