Whether every element of other is contained in this iterable.
other
bool containsAll(Iterable<T> other) => other.every(contains);