FirmwareUpdateSetupBleCommandTx constructor

FirmwareUpdateSetupBleCommandTx({
  1. required TransferType txType,
  2. required int totalSizeBytes,
  3. int? totalCrc32,
  4. String? destination,
})

Implementation

FirmwareUpdateSetupBleCommandTx({
  required this.txType,
  required this.totalSizeBytes,
  this.totalCrc32,
  this.destination,
}) : super();