disableWifiAndBluetooth property

  1. @TagNumber(7)
bool get disableWifiAndBluetooth

Implementation

@$pb.TagNumber(7)
$core.bool get disableWifiAndBluetooth => $_getBF(6);
  1. @TagNumber(7)
set disableWifiAndBluetooth (bool v)

Implementation

@$pb.TagNumber(7)
set disableWifiAndBluetooth($core.bool v) { $_setBool(6, v); }