gotResult property

bool get gotResult

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

Implementation

bool get gotResult => _containsSingleShotResult || _containesConcordance;