onunmute property

Implementation

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

Implementation

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