values property

Stream<T> get values

A Stream of all values on this view, including the current value at the time the stream is listened to.

Implementation

Stream<T> get values;