canUndo property

bool get canUndo

Whether there is an edit available to undo.

Implementation

bool get canUndo => _model.canUndo;