BarcodeFormat enum
Barcode formats supported by the barcode scanner. Options for specifying the barcode formats that the library can detect.
- Inheritance
- Available extensions
Values
- all → const BarcodeFormat
-
Barcode format representing all supported formats.
- unknown → const BarcodeFormat
-
Barcode format unknown to the current SDK.
- code128 → const BarcodeFormat
-
Barcode format constant for Code 128.
- code39 → const BarcodeFormat
-
Barcode format constant for Code 39.
- code39Checksum → const BarcodeFormat
- code39FullASCII → const BarcodeFormat
- code39FullASCIIChecksum → const BarcodeFormat
- code93 → const BarcodeFormat
-
Barcode format constant for Code 93.
- code93i → const BarcodeFormat
- codabar → const BarcodeFormat
-
Barcode format constant for CodaBar.
- dataMatrix → const BarcodeFormat
-
Barcode format constant for Data Matrix.
- ean13 → const BarcodeFormat
-
Barcode format constant for EAN-13.
- ean8 → const BarcodeFormat
-
Barcode format constant for EAN-8.
- gs1DataBar → const BarcodeFormat
- gs1DataBarExpanded → const BarcodeFormat
- gs1DataBarLimited → const BarcodeFormat
- itf → const BarcodeFormat
-
Barcode format constant for ITF (Interleaved Two-of-Five).
- itf14 → const BarcodeFormat
- qr → const BarcodeFormat
-
Barcode format constant for QR Code.
- microQR → const BarcodeFormat
- upca → const BarcodeFormat
-
Barcode format constant for UPC-A.
- upce → const BarcodeFormat
-
Barcode format constant for UPC-E.
- pdf417 → const BarcodeFormat
-
Barcode format constant for PDF-417.
- microPDF417 → const BarcodeFormat
- aztec → const BarcodeFormat
-
Barcode format constant for AZTEC.
- i2of5 → const BarcodeFormat
- i2of5Checksum → const BarcodeFormat
- msiPlessey → const BarcodeFormat
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.