onunload property

Implementation

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

Implementation

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