DetectBarcodeFromImageParams constructor

DetectBarcodeFromImageParams(
  1. Uri? uri,
  2. List<BarcodeFormat> barcodeFormats,
  3. List<BarcodeDocumentFormat> acceptedDocumentFormats
)

Implementation

DetectBarcodeFromImageParams(
  this.uri,
  this.barcodeFormats,
  this.acceptedDocumentFormats,
);