MessageSequence.fromRange constructor
Convenience method for getting the sequence for a single range from
start to end inclusive.
Implementation
MessageSequence.fromRange(int start, int end, {this.isUidSequence = false}) {
addRange(start, end);
}