minDecibels property
double
get
minDecibels
Implementation
double get minDecibels => js_util.getProperty(this, 'minDecibels');
set
minDecibels
(double newValue)
Implementation
set minDecibels(double newValue) {
js_util.setProperty(this, 'minDecibels', newValue);
}