undo method

  1. @override
dynamic undo()
override

Implementation

@override
undo() {
  reset(_initial);
}