1. @override
InstanceType operator [](int index)

Retrieves an InstanceType from this set by an index.

Source

@override
InstanceType operator [](int index) => _innerValues[index];