canRedo property

bool get canRedo

Tests if the last action can be redone.

Implementation

bool get canRedo => _future.isNotEmpty;