redo method

void redo()

Redo the previous change.

Implementation

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