packetsSent property

num? get packetsSent

Implementation

_i2.num? get packetsSent => _i4.getProperty(
      this,
      'packetsSent',
    );
set packetsSent (num? value)

Implementation

set packetsSent(_i2.num? value) {
  _i4.setProperty(
    this,
    'packetsSent',
    value ?? _i6.undefined,
  );
}