DummyNodeStorage class
- Inheritance
-
- Object
- NodeStorage
- DummyNodeStorage
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
Stateful node) → Future< Map< String, dynamic> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
Stateful node, Map< String, dynamic> data) → Future<void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited