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