redo property

FutureOr<void> Function() get redo

Implementation

_i4.FutureOr<void> Function() get redo => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'redo',
      ),
      r'call',
      [this],
    );
set redo (FutureOr<void> value())

Implementation

set redo(_i4.FutureOr<void> Function() value) {
  _i5.setProperty(
    this,
    'redo',
    _i5.allowInterop(() => _i6.Promise.futureOr(() => value())),
  );
}