stream$ property

Stream<S> stream$

Return the current state of the controller as a Stream<S>.

Implementation

Stream<S> get stream$ => _store.distinct();