BarcodeFormat enum
Available barcode formats
Values
- AZTEC → const BarcodeFormat
- CODABAR → const BarcodeFormat
- CODE_39 → const BarcodeFormat
- CODE_93 → const BarcodeFormat
- CODE_128 → const BarcodeFormat
- DATA_MATRIX → const BarcodeFormat
- EAN_8 → const BarcodeFormat
- EAN_13 → const BarcodeFormat
- ITF → const BarcodeFormat
- PDF_417 → const BarcodeFormat
- QR_CODE → const BarcodeFormat
- RSS_14 → const BarcodeFormat
- RSS_EXPANDED → const BarcodeFormat
- UPC_A → const BarcodeFormat
- UPC_E → const BarcodeFormat
- UNKNOWN → const BarcodeFormat
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<
BarcodeFormat> - A constant List of the values in this enum, in order of their declaration.