ScanResult constructor

ScanResult({
  1. required String barcode,
  2. required BarcodeTypes barcodeType,
  3. required String hardwareLabelType,
})

Implementation

ScanResult({required this.barcode, required this.barcodeType, required this.hardwareLabelType});