onabort property

dynamic Function(Event)? get onabort

Implementation

_i2.dynamic Function(_i3.Event)? get onabort =>
    (_i3.Event p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onabort',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set onabort (dynamic value(Event)?)

Implementation

set onabort(_i2.dynamic Function(_i3.Event)? value) {
  _i4.setProperty(
    this,
    'onabort',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}