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