canRedo property

bool canRedo

Can redo the previous change

Implementation

bool get canRedo => _redos.isNotEmpty;