ScanResult constructor
ScanResult({
- required String barcode,
- required BarcodeTypes barcodeType,
- required String hardwareLabelType,
Implementation
ScanResult({required this.barcode, required this.barcodeType, required this.hardwareLabelType});