retransmittedPacketsSent property

int retransmittedPacketsSent

Implementation

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

Implementation

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