dispatchedActions property
List<ACTION>
get
dispatchedActions
The actions that have been dispatched to the state machine.
Implementation
List<ACTION> get dispatchedActions => _dispatchedActions;
The actions that have been dispatched to the state machine.
List<ACTION> get dispatchedActions => _dispatchedActions;