fractionLost property

double fractionLost

Implementation

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

Implementation

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