dropAttributes property

dynamic dropAttributes

Implementation

dynamic get dropAttributes => js_util.getProperty(this, 'dropAttributes');
void dropAttributes=(dynamic newValue)

Implementation

set dropAttributes(dynamic newValue) {
  js_util.setProperty(this, 'dropAttributes', newValue);
}