operator [] method
Gets the Subscription at the specified index in the set.
Implementation
Subscription operator [](int index) => elementAt(index);
Gets the Subscription at the specified index in the set.
Subscription operator [](int index) => elementAt(index);