packetsSent property

int get packetsSent

Implementation

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

Implementation

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