SaveAction3<T, A, B, C> class
An action to run with SaveObserver.
Takes three arguments.
- Inheritance
-
- Object
- SaveAction
- SaveAction3
Constructors
- SaveAction3(T run(SaveObserver $, A, B, C), {SaveRepositoryKey? actionKey})
Properties
- actionKey → SaveRepositoryKey
-
Distinguishes the SaveActionEffect.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- run → T Function(SaveObserver $, A, B, C)
-
The main action.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
SaveObserver $, A a, B b, C c) → T - Runs the action and its effects.
-
createEffect(
void onRun(SaveObserver $, A a, B b, C c)) → SaveEffect - Creates the effect for this action.
-
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