Debug<State, Action> class final

Mixed-in types
Available extensions

Constructors

Debug(Reducer<State, Action> reducer)

Properties

hashCode int
The hash code for this object.
no setterinherited
reducer Reducer<State, Action>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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