operator [] method

MessageSequence? operator [](
  1. int id
)

Retrieves the thread sequence for the given message id.

Implementation

MessageSequence? operator [](int id) => _sequencesById[id];