powerEfficient property
bool
get
powerEfficient
Implementation
_i2.bool get powerEfficient => _i4.getProperty(
this,
'powerEfficient',
);
set
powerEfficient
(bool value)
Implementation
set powerEfficient(_i2.bool value) {
_i4.setProperty(
this,
'powerEfficient',
value,
);
}