txPower property

int txPower

Implementation

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

Implementation

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