updates property

  1. @override
Stream<T> updates
override

Any changes to value, in the form of a stream. The current value itself typically is not sent upon Stream.listen to updates, although this detail is implementation defined.

Implementation

@override
Stream<T> get updates => _stream;