onloadingdone property

EventHandlerNonNull<Event>? onloadingdone

Implementation

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

Implementation

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