onsuspend property

Implementation

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

Implementation

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