states property
All state values observed by this store, in order.
Includes the initial state (unless skipInitialState was set to true).
Implementation
List<State> states = [];
All state values observed by this store, in order.
Includes the initial state (unless skipInitialState was set to true).
List<State> states = [];