ScanResultModel constructor

ScanResultModel({
  1. int? length,
  2. String? barcode,
  3. String? bytesToHexString,
  4. String? barcodeStr,
  5. Uint8List? image,
})

Implementation

ScanResultModel({
  this.length,
  this.barcode,
  this.bytesToHexString,
  this.barcodeStr,
  this.image,
});