stream property
Stream<T>
get
stream
The change stream (broadcast; does not replay the current value).
Implementation
Stream<T> get stream => _controller.stream;
The change stream (broadcast; does not replay the current value).
Stream<T> get stream => _controller.stream;