reverse method

MoveResult reverse()

Reverses the result so that the original sequence and mailbox becomes the target ones.

Implementation

MoveResult reverse() {
  return MoveResult(isUndoable, action, targetSequence, targetMailbox,
      originalSequence, originalMailbox);
}