IStore<T> class abstract

Implementers

Constructors

IStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<String>
final
map Map<String, T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storagePrefix String
final
values List<T>
final

Methods

delete(String key) Future<void>
deleteAll() Future<void>
get(String key) → T?
getAll() List
has(String key) bool
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String key, T value) Future<void>
toString() String
A string representation of this object.
inherited
update(String key, T value) Future<void>

Operators

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