stream property

Stream<T?> stream

Notifies about changes to any value updates.

Implementation

Stream<T?> get stream => _controller.stream;