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