Returns true when no element satisfies test.
test
bool none(bool Function(T element) test) => !any(test);