canRedo property

bool canRedo

Tests if the last action can be redone.

Implementation

bool get canRedo => _future.isNotEmpty;