Returns true if no entries match the given predicate or if the collection is empty.
predicate
bool none(bool Function(E element) predicate) => !any(predicate);