Returns a Flow that emits the boolean negation (opposite) of each value emitted by the source Flow.
A Flow that emits false when the source emits true and true when the source emits false.
false
true