canRedo property

bool get canRedo

check if there is any action to redo

Implementation

bool get canRedo => _revertedActions.isNotEmpty;