undo method

void undo()

Implementation

void undo() {
  _undo(_oldValue);
}