underrunRatio property

double underrunRatio

Implementation

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

Implementation

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