FirmwareUpdateSetupReply constructor
Implementation
const FirmwareUpdateSetupReply({
required this.txType,
required this.totalSizeBytes,
this.destination,
this.payloadCrc32,
this.errorCodes = const <int>[],
});
const FirmwareUpdateSetupReply({
required this.txType,
required this.totalSizeBytes,
this.destination,
this.payloadCrc32,
this.errorCodes = const <int>[],
});