BarcodeFormat enum

Enumerates barcode formats known to this package. Please keep alphabetized.

Inheritance

Constructors

BarcodeFormat()
const

Values

aztec → const BarcodeFormat

Aztec 2D barcode format.

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