canRedo property

bool get canRedo

Whether a redo operation can be performed or not.

Implementation

bool get canRedo => unperformedActions.isNotEmpty;