stream property
ValueStream<T?>
get
stream
Implementation
ValueStream<T?> get stream => ValueStream.of(currentValue, _controller.stream);
ValueStream<T?> get stream => ValueStream.of(currentValue, _controller.stream);