savedState property

S savedState

The last saved state, or the initial state if a Save action has not been dispatched. If you dispatch a Reset action, the store will be reset to the last saved state.

Implementation

S get savedState => computedStates[0];