unitFactorCurrentExponent property

int unitFactorCurrentExponent

Implementation

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

Implementation

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