DecoderParams constructor

const DecoderParams({
  1. AustralianPostalDecoder? australianPostal,
  2. AztecDecoder? aztec,
  3. CanadianPostalDecoder? canadianPostal,
  4. Chinese2of5Decoder? chinese2of5,
  5. CodaBarDecoder? codaBar,
  6. Code11Decoder? code11,
  7. Code128Decoder? code128,
  8. Code39Decoder? code39,
  9. Code93Decoder? code93,
  10. CompositeABDecoder? compositeAB,
  11. CompositeCDecoder? compositeC,
  12. D2of5Decoder? d2of5,
  13. DataMatrixDecoder? dataMatrix,
  14. DotCodeDecoder? dotCode,
  15. DutchPostalDecoder? dutchPostal,
  16. Ean13Decoder? ean13,
  17. Ean8Decoder? ean8,
  18. FinnishPostal4SDecoder? finnishPostal4S,
  19. GridMatrixDecoder? gridMatrix,
  20. Gs1DatabarDecoder? gs1Databar,
  21. Gs1DatabarExpDecoder? gs1DatabarExp,
  22. Gs1DatabarLimDecoder? gs1DatabarLim,
  23. Gs1DatamatrixDecoder? gs1Datamatrix,
  24. Gs1QrCodeDecoder? gs1QrCode,
  25. HanXinDecoder? hanXin,
  26. I2of5Decoder? i2of5,
  27. JapanesePostalDecoder? japanesePostal,
  28. Korean3of5Decoder? korean3of5,
  29. MailMarkDecoder? mailMark,
  30. Matrix2of5Decoder? matrix2of5,
  31. MaxiCodeDecoder? maxiCode,
  32. MicrE13BDecoder? micrE13B,
  33. MicroPdfDecoder? microPDF,
  34. MicroQrDecoder? microQR,
  35. MsiDecoder? msi,
  36. OcrADecoder? ocrA,
  37. OcrBDecoder? ocrB,
  38. Pdf417Decoder? pdf417,
  39. QrCodeDecoder? qrCode,
  40. SignatureDecoder? signature,
  41. Tlc39Decoder? tlc39,
  42. TriOptic39Decoder? triOptic39,
  43. UkPostalDecoder? ukPostal,
  44. UpcaDecoder? upca,
  45. Upce0Decoder? upce0,
  46. Upce1Decoder? upce1,
  47. UpcEanParamsDecoder? upcEanParams,
  48. Us4StateFicsDecoder? us4StateFics,
  49. Us4StateDecoder? us4State,
  50. UsPlanetDecoder? usPlanet,
  51. UsPostNetDecoder? usPostNet,
  52. UsCurrencyDecoder? usCurrency,
  53. WebCodeDecoder? webCode,
})

Implementation

const DecoderParams({
  this.australianPostal,
  this.aztec,
  this.canadianPostal,
  this.chinese2of5,
  this.codaBar,
  this.code11,
  this.code128,
  this.code39,
  this.code93,
  this.compositeAB,
  this.compositeC,
  this.d2of5,
  this.dataMatrix,
  this.dotCode,
  this.dutchPostal,
  this.ean13,
  this.ean8,
  this.finnishPostal4S,
  this.gridMatrix,
  this.gs1Databar,
  this.gs1DatabarExp,
  this.gs1DatabarLim,
  this.gs1Datamatrix,
  this.gs1QrCode,
  this.hanXin,
  this.i2of5,
  this.japanesePostal,
  this.korean3of5,
  this.mailMark,
  this.matrix2of5,
  this.maxiCode,
  this.micrE13B,
  this.microPDF,
  this.microQR,
  this.msi,
  this.ocrA,
  this.ocrB,
  this.pdf417,
  this.qrCode,
  this.signature,
  this.tlc39,
  this.triOptic39,
  this.ukPostal,
  this.upca,
  this.upce0,
  this.upce1,
  this.upcEanParams,
  this.us4StateFics,
  this.us4State,
  this.usPlanet,
  this.usPostNet,
  this.usCurrency,
  this.webCode,
});