onstalled property

Implementation

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

Implementation

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