onplay property

Implementation

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

Implementation

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