onfetch property

EventHandlerNonNull<Event>? get onfetch

Implementation

EventHandlerNonNull? get onfetch => js_util.getProperty(this, 'onfetch');
set onfetch (EventHandlerNonNull<Event>? newValue)

Implementation

set onfetch(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onfetch', newValue);
}