BulkSetupSingleBleCommandTx constructor

BulkSetupSingleBleCommandTx({
  1. required TransferType txType,
  2. required int txSubType,
  3. required String destination,
  4. required int totalSizeBytes,
  5. required bool toHub,
})

Implementation

BulkSetupSingleBleCommandTx({
  required this.txType,
  required this.txSubType,
  required this.destination,
  required this.totalSizeBytes,
  required this.toHub,
}) : super();