stream property

Stream<T> stream

The stream through which all events from streams in the group are emitted.

Implementation

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