isUndoable property

  1. @Deprecated('Use canUndo instead')
bool get isUndoable

Is this delete result undoable?

Implementation

@Deprecated('Use canUndo instead')
bool get isUndoable => canUndo;