BarcodeType enum

Represents the type of scanned barcode

Inheritance

Constructors

BarcodeType()
const

Values

None → const BarcodeType

No barcode was scanned

QRCode → const BarcodeType

QR code was scanned

DataMatrix → const BarcodeType

Data Matrix 2D barcode was scanned

UPCE → const BarcodeType

UPC E barcode was scanned

UPCA → const BarcodeType

UPC A barcode was scanned

EAN8 → const BarcodeType

EAN 8 barcode was scanned

EAN13 → const BarcodeType

EAN 13 barcode was scanned

Code128 → const BarcodeType

Code 128 barcode was scanned

Code39 → const BarcodeType

Code 39 barcode was scanned

ITF → const BarcodeType

ITF barcode was scanned

Aztec → const BarcodeType

Aztec 2D barcode was scanned

PDF417 → const BarcodeType

PDF417 2D barcode was scanned

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