packetsSent property

int packetsSent

Implementation

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

Implementation

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