Returns a new list containing elements that satisfy the given test.
test
List<E> whereToList(bool Function(E e) test) => where(test).toList();