Whether this set contains all the elements of other.
other
bool containsAll(Iterable<T> other) { return _container.containsAll(other); }