Returns true if this set contains all elements in other.
other
This is a non-mutating query operation.
@override bool containsAll(Iterable<Object?> other) => value.containsAll(other);