currentAppState property

S currentAppState

This is the current state of the application itself. The DevToolsState is simply a wrapper around your application's normal state.

Implementation

S get currentAppState => computedStates[currentPosition];