canUndo method
This predicate returns true if you can call undo(). @return {boolean} True if ready for undo() to be called.
Implementation
_i2.bool canUndo() => _i4.callMethod(
this,
'canUndo',
[],
);
This predicate returns true if you can call undo(). @return {boolean} True if ready for undo() to be called.
_i2.bool canUndo() => _i4.callMethod(
this,
'canUndo',
[],
);