DecoderParams class

Container for all per-symbology decoder configurations.

Each field corresponds to one barcode symbology. Set the BaseDecoder.enabled flag on each decoder to enable/disable it, and set symbology-specific options.

See: https://techdocs.zebra.com/emdk-for-android/latest/api/reference/com/symbol/emdk/barcode/ScannerConfig/

Constructors

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})
const
DecoderParams.fromMap(Map<String, dynamic> map)
factory

Properties

australianPostal → AustralianPostalDecoder?
final
aztec → AztecDecoder?
final
canadianPostal → CanadianPostalDecoder?
final
chinese2of5 → Chinese2of5Decoder?
final
codaBar → CodaBarDecoder?
final
code11 → Code11Decoder?
final
code128 → Code128Decoder?
final
code39 → Code39Decoder?
final
code93 → Code93Decoder?
final
compositeAB → CompositeABDecoder?
final
compositeC → CompositeCDecoder?
final
d2of5 → D2of5Decoder?
final
dataMatrix → DataMatrixDecoder?
final
dotCode → DotCodeDecoder?
final
dutchPostal → DutchPostalDecoder?
final
ean13 → Ean13Decoder?
final
ean8 → Ean8Decoder?
final
finnishPostal4S → FinnishPostal4SDecoder?
final
gridMatrix → GridMatrixDecoder?
final
gs1Databar → Gs1DatabarDecoder?
final
gs1DatabarExp → Gs1DatabarExpDecoder?
final
gs1DatabarLim → Gs1DatabarLimDecoder?
final
gs1Datamatrix → Gs1DatamatrixDecoder?
final
gs1QrCode → Gs1QrCodeDecoder?
final
hanXin → HanXinDecoder?
final
hashCode → int
The hash code for this object.
no setterinherited
i2of5 → I2of5Decoder?
final
japanesePostal → JapanesePostalDecoder?
final
korean3of5 → Korean3of5Decoder?
final
mailMark → MailMarkDecoder?
final
matrix2of5 → Matrix2of5Decoder?
final
maxiCode → MaxiCodeDecoder?
final
micrE13B → MicrE13BDecoder?
final
microPDF → MicroPdfDecoder?
final
microQR → MicroQrDecoder?
final
msi → MsiDecoder?
final
ocrA → OcrADecoder?
final
ocrB → OcrBDecoder?
final
pdf417 → Pdf417Decoder?
final
qrCode → QrCodeDecoder?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
signature → SignatureDecoder?
final
tlc39 → Tlc39Decoder?
final
triOptic39 → TriOptic39Decoder?
final
ukPostal → UkPostalDecoder?
final
upca → UpcaDecoder?
final
upce0 → Upce0Decoder?
final
upce1 → Upce1Decoder?
final
upcEanParams → UpcEanParamsDecoder?
final
us4State → Us4StateDecoder?
final
us4StateFics → Us4StateFicsDecoder?
final
usCurrency → UsCurrencyDecoder?
final
usPlanet → UsPlanetDecoder?
final
usPostNet → UsPostNetDecoder?
final
webCode → WebCodeDecoder?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited