dispatchedActions property

List<ACTION> get dispatchedActions

The actions that have been dispatched to the state machine.

Implementation

List<ACTION> get dispatchedActions => _dispatchedActions;