minDecibels property

num? get minDecibels

Implementation

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

Implementation

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