Returns whether this Set contains all the elements of other.
other
bool containsAll(Iterable<Object> other) => _setBase.containsAll(other);