When the value of the input changes, the new value is appended to the returned stream.
Stream<bool> get values => allValues.transform<bool>(_ChangedValueTransformer<bool>());