stream property

  1. @override
Stream<T> stream
override

Implementation

@override
Stream<T> get stream => _controller.stream.asBroadcastStream();