ondurationchange property

EventHandlerNonNull<Event>? get ondurationchange

Implementation

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

Implementation

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