minDecibels property

double minDecibels

Implementation

double get minDecibels => js_util.getProperty(this, 'minDecibels');
void minDecibels=(double newValue)

Implementation

set minDecibels(double newValue) {
  js_util.setProperty(this, 'minDecibels', newValue);
}