CodeFormat enum

Inheritance

Constructors

CodeFormat()
const

Values

AZTEC → const CodeFormat

Aztec 2D barcode format.

CODABAR → const CodeFormat

CODABAR 1D format.

CODABAR_START_STOP → const CodeFormat
CODE_39 → const CodeFormat

Code 39 1D format.

CODE_39_CHECK_DIGIT → const CodeFormat
CODE_93 → const CodeFormat

Code 93 1D format.

CODE_128 → const CodeFormat

Code 128 1D format.

DATA_MATRIX → const CodeFormat

Data Matrix 2D barcode format.

EAN_8 → const CodeFormat

EAN-8 1D format.

EAN_8_CHECK_DIGIT → const CodeFormat
EAN_13 → const CodeFormat

EAN-13 1D format.

EAN_13_CHECK_DIGIT → const CodeFormat
MAXICODE → const CodeFormat

MaxiCode 2D barcode format.

PDF_417 → const CodeFormat

PDF417 format.

QR_CODE → const CodeFormat

QR Code 2D barcode format.

RSS_14 → const CodeFormat

RSS 14

RSS_EXPANDED → const CodeFormat

RSS EXPANDED

UPC_A → const CodeFormat

UPC-A 1D format.

UPC_A_CHECK_DIGIT → const CodeFormat
UPC_E → const CodeFormat

UPC-E 1D format.

UPC_E_CHECK_DIGIT → const CodeFormat

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<CodeFormat>
A constant List of the values in this enum, in order of their declaration.