Returns true if none of the elements match the given predicate.
predicate
bool none(bool Function(E element) predicate) => !any(predicate);