maxDecibels property

num? get maxDecibels

Implementation

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

Implementation

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