BarcodeType enum

Inheritance
Available extensions

Values

unknown → const BarcodeType
const BarcodeType(0)
code128 → const BarcodeType
const BarcodeType(1)
code39 → const BarcodeType
const BarcodeType(2)
code93 → const BarcodeType
const BarcodeType(4)
codabar → const BarcodeType
const BarcodeType(8)
dataMatrix → const BarcodeType
const BarcodeType(16)
ean13 → const BarcodeType
const BarcodeType(32)
ean8 → const BarcodeType
const BarcodeType(64)
itf → const BarcodeType
const BarcodeType(128)
qrCode → const BarcodeType
const BarcodeType(256)
upcA → const BarcodeType
const BarcodeType(512)
upcE → const BarcodeType
const BarcodeType(1024)
pdf417 → const BarcodeType
const BarcodeType(2048)
aztec → const BarcodeType
const BarcodeType(4096)

Properties

code int
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Static Methods

fromCode(int code) BarcodeType

Constants

values → const List<BarcodeType>
A constant List of the values in this enum, in order of their declaration.