powerEfficient property

bool powerEfficient

Implementation

bool get powerEfficient => js_util.getProperty(this, 'powerEfficient');
void powerEfficient=(bool newValue)

Implementation

set powerEfficient(bool newValue) {
  js_util.setProperty(this, 'powerEfficient', newValue);
}