ondurationchange property

EventHandlerNonNull<Event>? ondurationchange

Implementation

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

Implementation

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