onfetch property

dynamic Function(FetchEvent)? get onfetch

Implementation

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

Implementation

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