Returns true if no elements satisfy predicate.
true
predicate
bool none(bool Function(T) predicate) => !any(predicate);