BulkEraseSingleBleCommandTx constructor

BulkEraseSingleBleCommandTx({
  1. required TransferType txType,
  2. required int txSubType,
  3. required String destination,
})

Implementation

BulkEraseSingleBleCommandTx({
  required this.txType,
  required this.txSubType,
  required this.destination,
}) : super();