PersistentStore<T> class abstract

store abstraction used on PersistentBlop

Implementers

Constructors

PersistentStore()

Properties

defaultValue FutureOr<T> Function()
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
init() Future<void>
init call lazy only once before call load or save by default do nothing
load() Future<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(T newValue) Future<T>
toString() String
A string representation of this object.
inherited

Operators

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