FilePersistorSettings<T> class

Inheritance

Constructors

FilePersistorSettings({FilePersistorKey? key, bool encrypted = false, bool enabled = true})
const

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

Operators

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