Whether this set contains all the elements of other.
@override bool containsAll(Iterable<Object?> other) { return _collective.containsAll(other); }