DecoderParams constructor
const
DecoderParams({
- AustralianPostalDecoder? australianPostal,
- AztecDecoder? aztec,
- CanadianPostalDecoder? canadianPostal,
- Chinese2of5Decoder? chinese2of5,
- CodaBarDecoder? codaBar,
- Code11Decoder? code11,
- Code128Decoder? code128,
- Code39Decoder? code39,
- Code93Decoder? code93,
- CompositeABDecoder? compositeAB,
- CompositeCDecoder? compositeC,
- D2of5Decoder? d2of5,
- DataMatrixDecoder? dataMatrix,
- DotCodeDecoder? dotCode,
- DutchPostalDecoder? dutchPostal,
- Ean13Decoder? ean13,
- Ean8Decoder? ean8,
- FinnishPostal4SDecoder? finnishPostal4S,
- GridMatrixDecoder? gridMatrix,
- Gs1DatabarDecoder? gs1Databar,
- Gs1DatabarExpDecoder? gs1DatabarExp,
- Gs1DatabarLimDecoder? gs1DatabarLim,
- Gs1DatamatrixDecoder? gs1Datamatrix,
- Gs1QrCodeDecoder? gs1QrCode,
- HanXinDecoder? hanXin,
- I2of5Decoder? i2of5,
- JapanesePostalDecoder? japanesePostal,
- Korean3of5Decoder? korean3of5,
- MailMarkDecoder? mailMark,
- Matrix2of5Decoder? matrix2of5,
- MaxiCodeDecoder? maxiCode,
- MicrE13BDecoder? micrE13B,
- MicroPdfDecoder? microPDF,
- MicroQrDecoder? microQR,
- MsiDecoder? msi,
- OcrADecoder? ocrA,
- OcrBDecoder? ocrB,
- Pdf417Decoder? pdf417,
- QrCodeDecoder? qrCode,
- SignatureDecoder? signature,
- Tlc39Decoder? tlc39,
- TriOptic39Decoder? triOptic39,
- UkPostalDecoder? ukPostal,
- UpcaDecoder? upca,
- Upce0Decoder? upce0,
- Upce1Decoder? upce1,
- UpcEanParamsDecoder? upcEanParams,
- Us4StateFicsDecoder? us4StateFics,
- Us4StateDecoder? us4State,
- UsPlanetDecoder? usPlanet,
- UsPostNetDecoder? usPostNet,
- UsCurrencyDecoder? usCurrency,
- 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,
});