unitSystem property

HIDUnitSystem unitSystem

Implementation

HIDUnitSystem get unitSystem =>
    HIDUnitSystem.fromValue(js_util.getProperty(this, 'unitSystem'));
void unitSystem=(HIDUnitSystem newValue)

Implementation

set unitSystem(HIDUnitSystem newValue) {
  js_util.setProperty(this, 'unitSystem', newValue.value);
}