stream property
The stream through which all events from streams in the group are emitted.
Implementation
Stream<T> get stream => _controller.stream;
The stream through which all events from streams in the group are emitted.
Stream<T> get stream => _controller.stream;