onterminate property

EventHandlerNonNull<Event>? get onterminate

Implementation

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

Implementation

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