droppedIncoming property

int droppedIncoming

Implementation

int get droppedIncoming => js_util.getProperty(this, 'droppedIncoming');
void droppedIncoming=(int newValue)

Implementation

set droppedIncoming(int newValue) {
  js_util.setProperty(this, 'droppedIncoming', newValue);
}