DocumentAccessorRepository class abstract

Implementers

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<T extends Document<T>>(Document<T> document) Future<void>
deleteWithReference(DocumentReference<Object?> reference) Future<void>
increment<T extends num>(Increment<T> entity, DocumentReference<Object?> reference, {num value, required String fieldName}) Future<Increment<T>>
load<T extends Document<T>>(Document<T> document, {Source source = Source.serverAndCache, void fromCache(T?)?}) Future<T?>
loadCache<T extends Document<T>>(Document<T> document) Future<T?>
loadCacheOnly<T extends Document<T>>(Document<T> document) Future<T?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save<T extends Document<T>>(Document<T> document) Future<void>
saveRaw(Map<String, dynamic> values, DocumentReference<Object?> reference, {bool isTimestamp = false, String createdFieldValueKey = documentCreatedAtKey, String updatedFieldValueKey = documentUpdatedAtKey}) Future<void>
toString() String
A string representation of this object.
inherited
update<T extends Document<T>>(Document<T> document) Future<void>
updateRaw(Map<String, dynamic> values, DocumentReference<Object?> reference, {bool isTimestamp = false, String updatedFieldValueKey = documentUpdatedAtKey}) Future<void>

Operators

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