packetsDiscarded property

int packetsDiscarded

Implementation

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

Implementation

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