stream property

ValueStream<T?> stream

Implementation

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