onpause property

Implementation

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

Implementation

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