values property

Stream<T> values
override

Stream of changes of value

Implementation

Stream<T> get values => onChange.map((c) => c.neu);