BarcodeFormat enum

Inheritance

Constructors

BarcodeFormat(String value)
const

Values

aztec → const BarcodeFormat
const BarcodeFormat('aztec')
code128 → const BarcodeFormat
const BarcodeFormat('code_128')
code39 → const BarcodeFormat
const BarcodeFormat('code_39')
code93 → const BarcodeFormat
const BarcodeFormat('code_93')
codabar → const BarcodeFormat
const BarcodeFormat('codabar')
dataMatrix → const BarcodeFormat
const BarcodeFormat('data_matrix')
ean13 → const BarcodeFormat
const BarcodeFormat('ean_13')
ean8 → const BarcodeFormat
const BarcodeFormat('ean_8')
itf → const BarcodeFormat
const BarcodeFormat('itf')
pdf417 → const BarcodeFormat
const BarcodeFormat('pdf417')
qrCode → const BarcodeFormat
const BarcodeFormat('qr_code')
unknown → const BarcodeFormat
const BarcodeFormat('unknown')
upcA → const BarcodeFormat
const BarcodeFormat('upc_a')
upcE → const BarcodeFormat
const BarcodeFormat('upc_e')

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
value String
final

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

fromValue(String value) BarcodeFormat
fromValues(Iterable<String> values) Iterable<BarcodeFormat>

Constants

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