BarcodeFormat enum

Inheritance

Constructors

BarcodeFormat()
const

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

data_matrix → 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

qr_code → const BarcodeFormat

Barcode format constant for QR Code.

Constant Value: 256

upc_a → const BarcodeFormat

Barcode format constant for UPC-A.

Constant Value: 512

upc_e → 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
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.