canRedo method

bool canRedo()

Check if user can redo the last undone move.

Implementation

bool canRedo() => redoHistory.isNotEmpty;