usbDebuggingOn property
bool
get
usbDebuggingOn
Implementation
bool get usbDebuggingOn => _usbDebuggingOn;
set
usbDebuggingOn
(bool value)
Implementation
set usbDebuggingOn(bool value) {
_usbDebuggingOn = value;
}