FilePersistorSettings<T> class
Properties
-
enabled
→ bool
-
finalinherited
-
encrypted
→ bool
-
Whether encryption is enabled globally for all collections in the store.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
key
→ FilePersistorKey?
-
The persistence key to use for this collection. The key corresponds to the name of the file
that the collection's data and all of the data of its subcollections (that don't specify their own custom key)
is stored in.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited