Debug<State, Action> class
final
- Mixed-in types
-
- Reducer<
State, Action>
- Reducer<
- Available extensions
Properties
Methods
-
debug(
) → Debug< State, Action> -
Available on Reducer<
State, Action> , provided by the DebugableReducer extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChange<
LocalState> ({required LocalState of(State), required void update(Inout< State> , LocalState)}) → Reducer<State, Action> -
Available on Reducer<
State, Action> , provided by the OnChangeReducer extension -
run(
Inout< State> state, Action action) → Effect<Action> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited