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