RScanBarType enum

barcode type

Inheritance

Constructors

RScanBarType()
const

Values

azetc → const RScanBarType
codabar → const RScanBarType
code_39 → const RScanBarType
code_93 → const RScanBarType
code_128 → const RScanBarType
data_matrix → const RScanBarType
ean_8 → const RScanBarType
ean_13 → const RScanBarType
itf → const RScanBarType
maxicode → const RScanBarType
pdf_417 → const RScanBarType
qr_code → const RScanBarType
rss_14 → const RScanBarType
rss_expanded → const RScanBarType
upc_a → const RScanBarType
upc_e → const RScanBarType
upc_ean_extension → const RScanBarType

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