latestAction property

dynamic latestAction

The latest action that has been dispatched through the Store.

Implementation

dynamic get latestAction => stagedActions[currentPosition];