ScanResult constructor
ScanResult({
- ResultType type = ResultType.Barcode,
- String rawContent = '',
- BarcodeFormat format = BarcodeFormat.unknown,
- String formatNote = '',
Creates a new scan result
Implementation
ScanResult({
this.type = ResultType.Barcode,
this.rawContent = '',
this.format = BarcodeFormat.unknown,
this.formatNote = '',
});