unitExponent property

int unitExponent

Implementation

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

Implementation

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