onplaying property

Implementation

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

Implementation

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