factors property
Iterable<PressureFactor>
get
factors
Implementation
Iterable<PressureFactor> get factors =>
PressureFactor.fromValues(js_util.getProperty(this, 'factors'));
set
factors
(Iterable<PressureFactor> newValue)
Implementation
set factors(Iterable<PressureFactor> newValue) {
js_util.setProperty(this, 'factors', newValue.map((e) => e.value));
}