Returns all elements not matching the given predicate.
predicate
Iterable<E> filterNot(bool Function(E element) predicate) => whereNot(predicate);