menu
loon package
documentation
loon.dart
PersistorSettings class
PersistorSettings class
dark_mode
light_mode
PersistorSettings
class
Implementers
PathPersistorSettings
Constructors
PersistorSettings
({
PersistorKey
?
key
,
bool
encrypted
=
false
,
bool
enabled
=
true
})
const
Properties
enabled
→
bool
Whether persistence is enabled.
final
encrypted
→
bool
Whether encryption is enabled globally for all collections in the store.
final
hashCode
→
int
The hash code for this object.
no setter
inherited
key
→
PersistorKey
?
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 setter
inherited
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
loon package
documentation
loon
PersistorSettings class
loon library