powerEfficient property

bool get powerEfficient

Implementation

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

Implementation

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