canUndo property

bool canUndo

Can undo the previous change

Implementation

bool get canUndo => _history.isNotEmpty;