ReduxStateInner class

State used internally

Constructors

ReduxStateInner({Map<String, dynamic> stateMap = const {}, Map<String, int> stackMap = const {}})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackMap Map<String, int>
no setter

Methods

byName<T>(String name, {Map<String, int>? stackMap}) → dynamic
Get the state of a module
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop(String name) → void
push(String name) → void
toString() String
A string representation of this object.
override
update(String name, dynamic value) → void
Update the state of a module

Operators

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