ReduxState class

State of a specific module

Constructors

ReduxState({required String moduleName, required ReduxStateInner state, Map<String, int>? stackMap})

Properties

hashCode int
The hash code for this object.
no setterinherited
moduleName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

byName<T>(String name) → T?
Get the public state of other modules
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
privateState<T>() → T
Get the private state of this module
publicState<T>() → T
Get the public state of this module
toString() String
A string representation of this object.
override

Operators

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