ondequeue property

Implementation

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

Implementation

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