Adds an Iterable of InstanceType to this set.
InstanceType
@override void addAll(Iterable<InstanceType> items) { _innerValues.addAll(items); }