onclosing property

EventHandlerNonNull<Event>? get onclosing

Implementation

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

Implementation

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