dropEffect property

String dropEffect

Implementation

String get dropEffect => js_util.getProperty(this, 'dropEffect');
void dropEffect=(String newValue)

Implementation

set dropEffect(String newValue) {
  js_util.setProperty(this, 'dropEffect', newValue);
}