dataCarrierDetect property

bool dataCarrierDetect

Implementation

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

Implementation

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