droppedEntriesCount property

int get droppedEntriesCount

Implementation

int get droppedEntriesCount =>
    js_util.getProperty(this, 'droppedEntriesCount');
set droppedEntriesCount (int newValue)

Implementation

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