BarcodeFormat enum

Enumerates barcode formats known to this package.

Please keep alphabetized.

Inheritance

Constructors

BarcodeFormat()
const

Values

AZTEC → const BarcodeFormat

Aztec 2D barcode format.

CODABAR → const BarcodeFormat

CODABAR 1D format.

CODE_39 → const BarcodeFormat

Code 39 1D format.

CODE_93 → const BarcodeFormat

Code 93 1D format.

CODE_128 → const BarcodeFormat

Code 128 1D format.

DATA_MATRIX → const BarcodeFormat

Data Matrix 2D barcode format.

EAN_8 → const BarcodeFormat

EAN-8 1D format.

EAN_13 → const BarcodeFormat

EAN-13 1D format.

ITF → const BarcodeFormat

ITF (Interleaved Two of Five) 1D format.

MAXICODE → const BarcodeFormat

MaxiCode 2D barcode format.

PDF_417 → const BarcodeFormat

PDF417 format.

QR_CODE → const BarcodeFormat

QR Code 2D barcode format.

RSS_14 → const BarcodeFormat

RSS 14

RSS_EXPANDED → const BarcodeFormat

RSS EXPANDED

UPC_A → const BarcodeFormat

UPC-A 1D format.

UPC_E → const BarcodeFormat

UPC-E 1D format.

UPC_EAN_EXTENSION → const BarcodeFormat

UPC/EAN extension format. Not a stand-alone format.

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.