onloadend property

Implementation

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

Implementation

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