operator [] method

Subscription operator [](
  1. int index
)

Gets the Subscription at the specified index in the set.

Implementation

Subscription operator [](int index) => elementAt(index);