MemoryStore class
Constructors
-
MemoryStore([Map<
String, Map< data])String, dynamic> >
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(
String dataId) → void -
get(
String dataId) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
put(
String dataId, Map< String, dynamic> value) → void -
putAll(
Map< String, Map< data) → voidString, dynamic> > -
toMap(
) → Map< String, Map< String, dynamic> > -
toString(
) → String -
Returns a string representation of this object.
inherited
-
watch(
) → Stream< Map< String, Map< >String, dynamic> >
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited