MessageSequence.fromId constructor
Convenience method for getting the sequence for a single id.
Optionally specify the if the ID is a UID with isUid, defaults to false.
Implementation
MessageSequence.fromId(int id, {bool isUid = false}) : isUidSequence = isUid {
add(id);
}