actions property

List<Action> actions
getter/setter pair

All actions that have been dispatched to this store, in order.

Implementation

List<Action> actions = [];