canRedo property

bool get canRedo
inherited

check if there is any action to redo

Implementation

bool get canRedo => _revertedActions.isNotEmpty;