EffectTask<S, E, A extends ReducerAction> class

Constructors

EffectTask(Future<A?> run(S state, E environment, BuildContext? context))

Properties

hashCode int
The hash code for this object.
no setterinherited
run Future<A?> Function(S state, E environment, BuildContext? context)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pullback<PS, PE, PA extends ReducerAction>({required S toChildState(PS), required E toChildEnvironment(PE), required PA fromChildAction(A), required BuildContext? toChildContext(BuildContext?)}) EffectTask<PS, PE, PA>
toString() String
A string representation of this object.
inherited

Operators

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