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.

code93 → const BarcodeFormat

Barcode format constant for Code 93.

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.

itf → const BarcodeFormat

Barcode format constant for ITF (Interleaved Two-of-Five).

qrCode → const BarcodeFormat

Barcode format constant for QR Code.

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.

aztec → const BarcodeFormat

Barcode format constant for AZTEC.

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
rawValue int

Available on BarcodeFormat, provided by the BarcodeFormatValue extension

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.