allValues property

Stream<bool> allValues

Return a stream of all input values regardless whether the new value is different than the previous value.

Implementation

Stream<bool> get allValues;