unitFactorTimeExponent property

int get unitFactorTimeExponent

Implementation

int get unitFactorTimeExponent =>
    js_util.getProperty(this, 'unitFactorTimeExponent');
set unitFactorTimeExponent (int newValue)

Implementation

set unitFactorTimeExponent(int newValue) {
  js_util.setProperty(this, 'unitFactorTimeExponent', newValue);
}