onexit property

Implementation

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

Implementation

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