BulkSetupSingleBleCommandTx constructor
- required TransferType txType,
- required int txSubType,
- required String destination,
- required int totalSizeBytes,
- required bool toHub,
Implementation
BulkSetupSingleBleCommandTx({
required this.txType,
required this.txSubType,
required this.destination,
required this.totalSizeBytes,
required this.toHub,
}) : super();