states property

List<State> states
getter/setter pair

All state values observed by this store, in order.

Includes the initial state (unless skipInitialState was set to true).

Implementation

List<State> states = [];