undo property

FutureOr<void> Function() get undo

Implementation

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

Implementation

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