BarcodeFormat enum

Barcode format.

Inheritance
Available extensions

Values

unknown → const BarcodeFormat

Unknown format.

code128 → const BarcodeFormat

Code 128.

code39 → const BarcodeFormat

Code 39.

code93 → const BarcodeFormat

Code 93.

codabar → const BarcodeFormat

Codabar.

dataMatrix → const BarcodeFormat

Data Matrix.

ean13 → const BarcodeFormat

EAN-13.

ean8 → const BarcodeFormat

EAN-8.

itf → const BarcodeFormat

ITF (Interleaved Two-of-Five).

qrCode → const BarcodeFormat

QR Code.

upcA → const BarcodeFormat

UPC-A.

upcE → const BarcodeFormat

UPC-E.

pdf417 → const BarcodeFormat

PDF-417.

aztec → const BarcodeFormat

AZTEC.

Properties

code int

Available on BarcodeFormat, provided by the BarcodeFormatCode extension

Code of format for transmission over the platform channel.
no setter
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

Constants

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