ondrop property

Implementation

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

Implementation

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