gotResult property

bool gotResult

Consider that we have a barcode result once enough identic results are found

Implementation

bool get gotResult => _containsSingleShotResult || _containesConcordance;