operator [] method

int operator [](
  1. int index
)

Retrieves the ID at the given index

Implementation

int operator [](int index) => _messageSequenceIds[index];