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