Returns true if all elements in the list satisfy the given test.
test
bool all(bool Function(E e) test) => where(test).length == length;