stream property

Stream<T> get stream

The stream of values.

Implementation

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