isUndoingRedoing property

bool get isUndoingRedoing

This read-only property is true during a call to #undo or #redo.

Implementation

_i2.bool get isUndoingRedoing => _i4.getProperty(
      this,
      'isUndoingRedoing',
    );
set isUndoingRedoing (bool value)

Implementation

set isUndoingRedoing(_i2.bool value) {
  _i4.setProperty(
    this,
    'isUndoingRedoing',
    value,
  );
}