canRedo property

bool get canRedo

Can redo the previous change

Implementation

bool get canRedo => _redo.isNotEmpty;