onsoundend property

EventHandlerNonNull<Event>? onsoundend

Implementation

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

Implementation

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