onfetch property

Implementation

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

Implementation

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