onvolumechange property

EventHandlerNonNull<Event>? onvolumechange

Implementation

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

Implementation

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