Symbology enum

Inheritance

Constructors

Symbology(String _name)
const

Values

ean13Upca → const Symbology
const Symbology('ean13Upca')
upce → const Symbology
const Symbology('upce')
ean8 → const Symbology
const Symbology('ean8')
code39 → const Symbology
const Symbology('code39')
code93 → const Symbology
const Symbology('code93')
code128 → const Symbology
const Symbology('code128')
code11 → const Symbology
const Symbology('code11')
code25 → const Symbology
const Symbology('code25')
codabar → const Symbology
const Symbology('codabar')
interleavedTwoOfFive → const Symbology
const Symbology('interleavedTwoOfFive')
msiPlessey → const Symbology
const Symbology('msiPlessey')
qr → const Symbology
const Symbology('qr')
dataMatrix → const Symbology
const Symbology('dataMatrix')
aztec → const Symbology
const Symbology('aztec')
maxiCode → const Symbology
const Symbology('maxicode')
dotCode → const Symbology
const Symbology('dotcode')
kix → const Symbology
const Symbology('kix')
rm4scc → const Symbology
const Symbology('rm4scc')
gs1Databar → const Symbology
const Symbology('databar')
gs1DatabarExpanded → const Symbology
const Symbology('databarExpanded')
gs1DatabarLimited → const Symbology
const Symbology('databarLimited')
pdf417 → const Symbology
const Symbology('pdf417')
microPdf417 → const Symbology
const Symbology('microPdf417')
microQr → const Symbology
const Symbology('microQr')
code32 → const Symbology
const Symbology('code32')
lapa4sc → const Symbology
const Symbology('lapa4sc')
iataTwoOfFive → const Symbology
const Symbology('iata2of5')
matrixTwoOfFive → const Symbology
const Symbology('matrix2of5')
uspsIntelligentMail → const Symbology
const Symbology('uspsIntelligentMail')
arUco → const Symbology
const Symbology('aruco')
upu4State → const Symbology
const Symbology('upu-4state')
australianPost → const Symbology
const Symbology('australian-post-4state')

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.
override

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.