ReportActionHandler<S extends ActionMessage> class

Auxiliary class for customizing the actions of features

Constructors

ReportActionHandler({ActionReport<S>? onStarted, ActionReport<S>? onFinished})
Auxiliary class for customizing the actions of features
ReportActionHandler.empty()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onFinished StateAction<S>
Provides interaction with the function after the finish of a certain action
final
onStarted StateAction<S>
Provides interaction with the function after the start of a certain action
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateActions List<StateAction<ActionMessage>>
no setter

Methods

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