unitFactorLengthExponent property

int unitFactorLengthExponent

Implementation

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

Implementation

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