packetsLost property

int packetsLost

Implementation

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

Implementation

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