resultCount property
int
get
resultCount
return the actual barcode results count
Implementation
int get resultCount => _barcodeResults.values.reduce((a, b) => a + b);
return the actual barcode results count
int get resultCount => _barcodeResults.values.reduce((a, b) => a + b);