ExampleAction class
Example action implementation
- Implemented types
Constructors
-
ExampleAction(String type, Map<
String, dynamic> payload, Future _execute())
Properties
Methods
-
execute(
) → Future -
override
-
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