MessageSequence.fromLast constructor

MessageSequence.fromLast()

Convenience method for getting the sequence for the last message.

Implementation

MessageSequence.fromLast() : isUidSequence = false {
  addLast();
}