onend property

Implementation

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

Implementation

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