packetsLost property
num?
get
packetsLost
Implementation
_i2.num? get packetsLost => _i4.getProperty(
this,
'packetsLost',
);
set
packetsLost
(num? value)
Implementation
set packetsLost(_i2.num? value) {
_i4.setProperty(
this,
'packetsLost',
value ?? _i6.undefined,
);
}