EncryptedFileDataStore class

Inheritance

Constructors

EncryptedFileDataStore({required File file, required String collection, required Encrypter encrypter, String? shard})

Properties

collection String
finalinherited
data Map<String, Json>
getter/setter pairinherited
encrypter → Encrypter
final
file File
finalinherited
filename String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isDeleting bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shard String?
finalinherited
shouldPersist bool
getter/setter pairinherited

Methods

delete() Future<void>
inherited
hydrate() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
persist() Future<void>
inherited
readFile() Future<String>
override
removeDocument(String docId) → void
inherited
toString() String
A string representation of this object.
inherited
updateDocument(BroadcastDocument doc) → void
inherited
writeFile(String value) Future<void>
override

Operators

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