MemoryStore class

Inheritance

Constructors

MemoryStore([Map<String, Map<String, dynamic>> initialData = const {}, JsonEquals? jsonEquals])

Properties

hashCode int
The hash code for this object.
no setterinherited
keys Iterable<String>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
override
delete(String dataId) → void
override
deleteAll(Iterable<String> dataIds) → void
override
dispose() Future<void>
override
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
override
putAll(Map<String, Map<String, dynamic>?> data) → void
override
toString() String
A string representation of this object.
inherited
watch(String dataId, {bool distinct = true}) Stream<Map<String, dynamic>?>
override

Operators

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