onloading property

EventHandlerNonNull<Event>? get onloading

Implementation

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

Implementation

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