onclose property

Implementation

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

Implementation

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