stateObservable property

Observable<S> get stateObservable

An Observable that emits the current state whenever it changes.

Implementation

Observable<S> get stateObservable => _subject;