BulkWriteBleCommandTx constructor
- required int sequenceId,
- required List<
int> chunkBytes, - required int fletcher32Checksum,
- TransferType? txType,
Implementation
BulkWriteBleCommandTx({
required this.sequenceId,
required this.chunkBytes,
required this.fletcher32Checksum,
this.txType,
}) : super();