BarcodeFormat enum

Inheritance
Available extensions

Values

unknown → const BarcodeFormat

Barcode format unknown to the current SDK.

Constant Value: -1

all → const BarcodeFormat

Barcode format constant representing the union of all supported formats.

Constant Value: 0

code128 → const BarcodeFormat

Barcode format constant for Code 128.

Constant Value: 1

code39 → const BarcodeFormat

Barcode format constant for Code 39.

Constant Value: 2

code93 → const BarcodeFormat

Barcode format constant for Code 93.

Constant Value: 4

codebar → const BarcodeFormat

Barcode format constant for Codabar.

Constant Value: 8

dataMatrix → const BarcodeFormat

Barcode format constant for Data Matrix.

Constant Value: 16

ean13 → const BarcodeFormat

Barcode format constant for EAN-13.

Constant Value: 32

ean8 → const BarcodeFormat

Barcode format constant for EAN-8.

Constant Value: 64

itf → const BarcodeFormat

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

Constant Value: 128

qrCode → const BarcodeFormat

Barcode format constant for QR Code.

Constant Value: 256

upcA → const BarcodeFormat

Barcode format constant for UPC-A.

Constant Value: 512

upcE → const BarcodeFormat

Barcode format constant for UPC-E.

Constant Value: 1024

pdf417 → const BarcodeFormat

Barcode format constant for PDF-417.

Constant Value: 2048

aztec → const BarcodeFormat

Barcode format constant for AZTEC.

Constant Value: 4096

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 BarcodeValue extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zxingBarcodeFormat int

Available on BarcodeFormat, provided by the ZXingBarcodeFormat extension

no setter

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.