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