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