DekoderConfig constructor

DekoderConfig({
  1. BarcodeConfig? aztec,
  2. BarcodeConfig? aztecCompact,
  3. BarcodeConfig? qr,
  4. BarcodeConfig? qrMicro,
  5. BarcodeConfigWithLength? code128,
  6. BarcodeConfigWithLength? code93,
  7. Code39BarcodeConfig? code39,
  8. BarcodeConfigWithLength? codabar,
  9. Code11BarcodeConfig? code11,
  10. MSIBarcodeConfig? msi,
  11. BarcodeConfig? upcA,
  12. BarcodeConfig? upcE,
  13. BarcodeConfig? upcE1,
  14. BarcodeConfig? ean13,
  15. BarcodeConfig? ean8,
  16. BarcodeConfig? pdf417,
  17. BarcodeConfig? pdf417Micro,
  18. DatamatrixBarcodeConfig? datamatrix,
  19. BarcodeConfig? code25,
  20. BarcodeConfig? interleaved25,
  21. BarcodeConfig? itf14,
  22. BarcodeConfig? iata25,
  23. BarcodeConfig? matrix25,
  24. BarcodeConfig? datalogic25,
  25. BarcodeConfig? coop25,
  26. BarcodeConfig? code32,
  27. BarcodeConfig? telepen,
  28. BarcodeConfig? dotcode,
  29. GeneralSettings? general,
})

Implementation

DekoderConfig(
    {this.aztec,
    this.aztecCompact,
    this.qr,
    this.qrMicro,
    this.code128,
    this.code93,
    this.code39,
    this.codabar,
    this.code11,
    this.msi,
    this.upcA,
    this.upcE,
    this.upcE1,
    this.ean13,
    this.ean8,
    this.pdf417,
    this.pdf417Micro,
    this.datamatrix,
    this.code25,
    this.interleaved25,
    this.itf14,
    this.iata25,
    this.matrix25,
    this.datalogic25,
    this.coop25,
    this.code32,
    this.telepen,
    this.dotcode,
    this.general});