stream property
Stream<T>
get
stream
The pausable stream that emits events from the source.
Implementation
Stream<T> get stream => _controller.stream;
The pausable stream that emits events from the source.
Stream<T> get stream => _controller.stream;