ondragend property

Implementation

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

Implementation

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