ReactterActionCallable<T, P> class
abstract
- Inheritance
-
- Object
- ReactterAction<
String, P> - ReactterActionCallable
Constructors
- ReactterActionCallable({required String type, required P payload})
Properties
Methods
-
call(
T state) → T -
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