updates property

Stream<T> updates

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

Stream<T> get updates;