lastPacketReceivedTimestamp property

double lastPacketReceivedTimestamp

Implementation

double get lastPacketReceivedTimestamp =>
    js_util.getProperty(this, 'lastPacketReceivedTimestamp');
void lastPacketReceivedTimestamp=(double newValue)

Implementation

set lastPacketReceivedTimestamp(double newValue) {
  js_util.setProperty(this, 'lastPacketReceivedTimestamp', newValue);
}