MultiBarcodeParams constructor

const MultiBarcodeParams({
  1. int? barcodeCount,
  2. bool? instantReporting,
  3. bool? reportDecodedBarcodes,
})

Implementation

const MultiBarcodeParams({
  this.barcodeCount,
  this.instantReporting,
  this.reportDecodedBarcodes,
});