BarcodeFormat enum
Supported barcode formats
Values
- qrCode → const BarcodeFormat
-
const BarcodeFormat('QR_CODE') - ean8 → const BarcodeFormat
-
const BarcodeFormat('EAN_8') - ean13 → const BarcodeFormat
-
const BarcodeFormat('EAN_13') - code39 → const BarcodeFormat
-
const BarcodeFormat('CODE_39') - code93 → const BarcodeFormat
-
const BarcodeFormat('CODE_93') - code128 → const BarcodeFormat
-
const BarcodeFormat('CODE_128') - codabar → const BarcodeFormat
-
const BarcodeFormat('CODABAR') - itf → const BarcodeFormat
-
const BarcodeFormat('ITF') - rss14 → const BarcodeFormat
-
const BarcodeFormat('RSS_14') - rssExpanded → const BarcodeFormat
-
const BarcodeFormat('RSS_EXPANDED') - upcA → const BarcodeFormat
-
const BarcodeFormat('UPC_A') - upcE → const BarcodeFormat
-
const BarcodeFormat('UPC_E') - upcEanExtension → const BarcodeFormat
-
const BarcodeFormat('UPC_EAN_EXTENSION') - dataMatrix → const BarcodeFormat
-
const BarcodeFormat('DATA_MATRIX') - aztec → const BarcodeFormat
-
const BarcodeFormat('AZTEC') - pdf417 → const BarcodeFormat
-
const BarcodeFormat('PDF_417') - maxiCode → const BarcodeFormat
-
const BarcodeFormat('MAXICODE') - unknown → const BarcodeFormat
-
const BarcodeFormat('UNKNOWN')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
final
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromString(
String name) → BarcodeFormat
Constants
-
values
→ const List<
BarcodeFormat> - A constant List of the values in this enum, in order of their declaration.