canRedo property
bool
get
canRedo
check if there is any action to redo
Implementation
bool get canRedo => _revertedActions.isNotEmpty;
check if there is any action to redo
bool get canRedo => _revertedActions.isNotEmpty;