bufferedAmountLowThreshold property

num bufferedAmountLowThreshold

Implementation

_i2.num get bufferedAmountLowThreshold => _i4.getProperty(
      this,
      'bufferedAmountLowThreshold',
    );
void bufferedAmountLowThreshold=(num value)

Implementation

set bufferedAmountLowThreshold(_i2.num value) {
  _i4.setProperty(
    this,
    'bufferedAmountLowThreshold',
    value,
  );
}