canRedo method

bool canRedo()

This predicate returns true if you can call redo(). @return {boolean} True if ready for redo() to be called.

Implementation

_i2.bool canRedo() => _i4.callMethod(
      this,
      'canRedo',
      [],
    );