FirmwareUpdateTestSwapReply constructor

const FirmwareUpdateTestSwapReply({
  1. required int txType,
  2. required bool autoReboot,
  3. String? destination,
  4. List<int> errorCodes = const <int>[],
})

Implementation

const FirmwareUpdateTestSwapReply({
  required this.txType,
  required this.autoReboot,
  this.destination,
  this.errorCodes = const <int>[],
});