Returns true if all elements match the given predicate.
true
predicate
bool all(bool Function(T) predicate) => every(predicate);