operator [] method
Retrieves the thread sequence for the given message id
.
Implementation
MessageSequence? operator [](int id) => _sequencesById[id];
Retrieves the thread sequence for the given message id
.
MessageSequence? operator [](int id) => _sequencesById[id];