dropEffect property
String
get
dropEffect
Implementation
String get dropEffect => js_util.getProperty(this, 'dropEffect');
set
dropEffect
(String newValue)
Implementation
set dropEffect(String newValue) {
js_util.setProperty(this, 'dropEffect', newValue);
}