onloading property

Implementation

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

Implementation

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