BarcodeType enum

Inheritance
Available extensions

Values

aztec → const BarcodeType
aztecCompact → const BarcodeType
qr → const BarcodeType
qrMicro → const BarcodeType
code128 → const BarcodeType
code93 → const BarcodeType
code39 → const BarcodeType
codabar → const BarcodeType
code11 → const BarcodeType
msi → const BarcodeType
upcA → const BarcodeType
upcE → const BarcodeType
upcE1 → const BarcodeType
ean13 → const BarcodeType
ean8 → const BarcodeType
pdf417 → const BarcodeType
pdf417Micro → const BarcodeType
datamatrix → const BarcodeType
code25 → const BarcodeType
interleaved25 → const BarcodeType
itf14 → const BarcodeType
iata25 → const BarcodeType
matrix25 → const BarcodeType
datalogic25 → const BarcodeType
coop25 → const BarcodeType
code32 → const BarcodeType
telepen → const BarcodeType
dotcode → const BarcodeType

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.