dataCarrierDetect property

bool get dataCarrierDetect

Implementation

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

Implementation

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