FirmwareUpdateTestSwapBleCommandTx constructor

FirmwareUpdateTestSwapBleCommandTx({
  1. required TransferType txType,
  2. bool autoReboot = false,
  3. String? destination,
})

Implementation

FirmwareUpdateTestSwapBleCommandTx({
  required this.txType,
  this.autoReboot = false,
  this.destination,
}) : super();