unitFactorTimeExponent property

int unitFactorTimeExponent

Implementation

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

Implementation

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