BarcodeType enum
Constructors
- BarcodeType()
-
const
Values
- aztec → const BarcodeType
- aztecCompact → const BarcodeType
- qr → const BarcodeType
- qrMicro → const BarcodeType
- code128 → const BarcodeType
- code93 → const BarcodeType
- code39 → const BarcodeType
- codabar → const BarcodeType
- code11 → const BarcodeType
- msi → const BarcodeType
- upcA → const BarcodeType
- upcE → const BarcodeType
- upcE1 → const BarcodeType
- ean13 → const BarcodeType
- ean8 → const BarcodeType
- pdf417 → const BarcodeType
- pdf417Micro → const BarcodeType
- datamatrix → const BarcodeType
- code25 → const BarcodeType
- interleaved25 → const BarcodeType
- itf14 → const BarcodeType
- iata25 → const BarcodeType
- matrix25 → const BarcodeType
- datalogic25 → const BarcodeType
- coop25 → const BarcodeType
- code32 → const BarcodeType
- telepen → const BarcodeType
- dotcode → const BarcodeType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BarcodeType> -
A constant List of the values in this enum, in order of their declaration.
[aztec, aztecCompact, qr, qrMicro, code128, code93, code39, codabar, code11, msi, upcA, upcE, upcE1, ean13, ean8, pdf417, pdf417Micro, datamatrix, code25, interleaved25, itf14, iata25, matrix25, datal…