FirmwareUpdateSetupBleCommandTx constructor
- required TransferType txType,
- required int totalSizeBytes,
- int? totalCrc32,
- String? destination,
Implementation
FirmwareUpdateSetupBleCommandTx({
required this.txType,
required this.totalSizeBytes,
this.totalCrc32,
this.destination,
}) : super();