stream property

Stream<T> get stream

The pausable stream that emits events from the source.

Implementation

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