stream property

Stream<T> get stream

The underlying stream.

Implementation

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