stream property

Stream<T> get stream

The stream of the underlying subject.

Implementation

Stream<T> get stream => _subject.stream;