onmute property

Implementation

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

Implementation

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