FirmwareUpdateTestSwapBleCommandTx constructor
- required TransferType txType,
- bool autoReboot = false,
- String? destination,
Implementation
FirmwareUpdateTestSwapBleCommandTx({
required this.txType,
this.autoReboot = false,
this.destination,
}) : super();