BarcodeType enum

Supported barcode types

Inheritance

Constructors

BarcodeType()
const

Values

CodeITF16 → const BarcodeType

ITF16 Barcode

CodeITF14 → const BarcodeType

ITF14 Barcode

CodeEAN13 → const BarcodeType

EAN 13 barcode

CodeEAN8 → const BarcodeType

EAN 8 barcode

CodeEAN5 → const BarcodeType

EAN 5 barcode

CodeEAN2 → const BarcodeType

EAN 2 barcode

CodeISBN → const BarcodeType

ISBN barcode

Code39 → const BarcodeType

Code 39 barcode

Code93 → const BarcodeType

Code 93 barcode

CodeUPCA → const BarcodeType

UPC-A barcode

CodeUPCE → const BarcodeType

UPC-E barcode

Code128 → const BarcodeType

Code 128 barcode

GS128 → const BarcodeType

GS1-128 barcode

Telepen → const BarcodeType

Telepen Barcode

QrCode → const BarcodeType

QR Code

Codabar → const BarcodeType

Codabar

PDF417 → const BarcodeType

Pdf417

DataMatrix → const BarcodeType

Datamatrix

Aztec → const BarcodeType

Aztec

Rm4scc → const BarcodeType

RM4SCC

Itf → const BarcodeType

Interleaved 2 of 5 (ITF)

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