DekoderConfig constructor
DekoderConfig({
- BarcodeConfig? aztec,
- BarcodeConfig? aztecCompact,
- BarcodeConfig? qr,
- BarcodeConfig? qrMicro,
- BarcodeConfigWithLength? code128,
- BarcodeConfigWithLength? code93,
- Code39BarcodeConfig? code39,
- BarcodeConfigWithLength? codabar,
- Code11BarcodeConfig? code11,
- MSIBarcodeConfig? msi,
- BarcodeConfig? upcA,
- BarcodeConfig? upcE,
- BarcodeConfig? upcE1,
- BarcodeConfig? ean13,
- BarcodeConfig? ean8,
- BarcodeConfig? pdf417,
- BarcodeConfig? pdf417Micro,
- DatamatrixBarcodeConfig? datamatrix,
- BarcodeConfig? code25,
- BarcodeConfig? interleaved25,
- BarcodeConfig? itf14,
- BarcodeConfig? iata25,
- BarcodeConfig? matrix25,
- BarcodeConfig? datalogic25,
- BarcodeConfig? coop25,
- BarcodeConfig? code32,
- BarcodeConfig? telepen,
- BarcodeConfig? dotcode,
- BarcodeConfig? idDocument,
- 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.idDocument,
this.general});