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