onstop property

Implementation

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

Implementation

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