BarcodeFormat class

Class containing supported barcode format constants for BarcodeDetector.

Passed to BarcodeDetectorOptions to set which formats the detector should detect.

Also, represents possible values for Barcode.format.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Raw BarcodeFormat value.
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
operator |(BarcodeFormat other) BarcodeFormat

Constants

all → const BarcodeFormat
Barcode format constant representing the union of all supported formats.
aztec → const BarcodeFormat
Barcode format constant for AZTEC.
codabar → const BarcodeFormat
Barcode format constant for CodaBar.
code39 → const BarcodeFormat
Barcode format constant for Code 39.
code93 → const BarcodeFormat
Barcode format constant for Code 93.
code128 → const BarcodeFormat
Barcode format constant for Code 128.
dataMatrix → const BarcodeFormat
Barcode format constant for Data Matrix.
ean8 → const BarcodeFormat
Barcode format constant for EAN-8.
ean13 → const BarcodeFormat
Barcode format constant for EAN-13.
itf → const BarcodeFormat
Barcode format constant for ITF (Interleaved Two-of-Five).
pdf417 → const BarcodeFormat
Barcode format constant for PDF-417.
qrCode → const BarcodeFormat
Barcode format constant for QR Code.
unknown → const BarcodeFormat
Barcode format unknown to the current SDK.
upca → const BarcodeFormat
Barcode format constant for UPC-A.
upce → const BarcodeFormat
Barcode format constant for UPC-E.