canUndo property

bool get canUndo

Can undo the previous change

Implementation

bool get canUndo => _history.isNotEmpty;