onstop property

EventHandlerNonNull<Event>? get onstop

Implementation

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

Implementation

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