The observable value class.
the initial value
Get current state.
Set current state.
Subscribe for the state change notifications. Calls the observer with the current state.
The observed variable.
Extension property returning a MutableStateFlow for a MutableState.
Extension property returning a StateFlow for an ObservableState.
Returns a sub-store of the original ObservableState