FinallySideEffectCreator<STATE extends Object, ACTION extends Object, SIDE_EFFECT extends FinallySideEffect<Object, Object> > class
abstract
interface
Interface of the class that generates SideEffect that is executed at the end of the process when an Action is dispatched regardless of whether a transition is made
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
STATE prevState, ACTION action) → SIDE_EFFECT? -
Create a
SIDE_EFFECTfrom theSTATEandACTIONbefore the transitionprevStateThe state before the transitionactionThe action that was executedSIDE_EFFECTThe generated side effectinherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited