DatabaseSettings class abstract

Constructors

DatabaseSettings(bool enabled, Map<String, dynamic> configuration, {bool encrypt = false, bool syncToServer = false, Duration? syncInterval = const Duration(seconds: 30), Function? onSync, bool validateCache = true})

Properties

configuration Map<String, dynamic>
getter/setter pair
enabled bool
getter/setter pair
encrypt bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onSync Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncInterval Duration?
getter/setter pair
syncToServer bool
getter/setter pair
validateCache bool
getter/setter pair

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