not property

Predicate<Input> get not

Implementation

Predicate<Input> get not => (i) => !this(i);