onsourceended property

EventHandlerNonNull<Event>? onsourceended

Implementation

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

Implementation

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