undo method

void undo()

Undo the last change.

Implementation

void undo() => _changeStack.undo();