BarcodeResults constructor

BarcodeResults({
  1. bool singleShot = false,
  2. int minimalResultCount = 2,
})

Implementation

BarcodeResults({
  this.singleShot = false,
  this.minimalResultCount = 2,
});