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