InMemoryStore class
Simplest possible Map-backed store
Constructors
Properties
Methods
-
delete(
String dataId) → void -
Delete the value of the
dataId
from the store, if presetoverride -
get(
String dataId) → Map< String, dynamic> ? -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String dataId, Map< String, dynamic> ? value) → void -
Write
value
into this store under the keydataId
override -
putAll(
Map< String, Map< entries) → voidString, dynamic> ?> -
put all entries from
data
into the storeoverride -
reset(
) → void -
Empty the store
override
-
toMap(
) → Map< String, Map< String, dynamic> ?> -
Return the underlying data as an unmodifiable Map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited