packetsReceived property

int packetsReceived

Implementation

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

Implementation

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