Symbology enum

Type of encoding for the barcode

Inheritance

Constructors

Symbology()
const

Values

EAN13_UPCA → const Symbology
UPCE → const Symbology
EAN8 → const Symbology
CODE39 → const Symbology
CODE93 → const Symbology
CODE128 → const Symbology
CODE11 → const Symbology
CODE25 → const Symbology
CODABAR → const Symbology
INTERLEAVED_TWO_OF_FIVE → const Symbology
MSI_PLESSEY → const Symbology
QR → const Symbology
DATA_MATRIX → const Symbology
AZTEC → const Symbology
MAXI_CODE → const Symbology
DOT_CODE → const Symbology
KIX → const Symbology
RM4SCC → const Symbology
GS1_DATABAR → const Symbology
GS1_DATABAR_EXPANDED → const Symbology
GS1_DATABAR_LIMITED → const Symbology
PDF417 → const Symbology
MICRO_PDF417 → const Symbology
MICRO_QR → const Symbology
CODE32 → const Symbology
LAPA4SC → const Symbology
UNKNOWN → const Symbology

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