BarcodeType enum

Enumeration contains the types of barcodes that can be processed.

Inheritance

Constructors

BarcodeType(int value)
const

Values

UNKNOWN → const BarcodeType

Unknown.

const BarcodeType(0)
BCT_CODE128 → const BarcodeType

One-dimensional barcode, ISO 15417 (ANSI/AIM BC4-1999 Code 128).

const BarcodeType(1)
CODE39 → const BarcodeType

One-dimensional barcode, ISO 16388 (ANSI/AIM BC1-1995 Code 39).

const BarcodeType(2)
EAN8 → const BarcodeType

One-dimensional barcode, EAN8, ISO 15418.

const BarcodeType(3)
ITF → const BarcodeType

One-dimensional barcode, Interleaved 2 of 5, ISO 16390 (ANSI/AIM BC2-1995 Interleaved 2 of 5).

const BarcodeType(4)
PDF417 → const BarcodeType

Two-dimensional barcode, ISO 15438 (AIM USS PDF417).

const BarcodeType(5)
STF → const BarcodeType

One-dimensional barcode, Standard 2 of 5 (Industrial).

const BarcodeType(6)
MTF → const BarcodeType

One-dimensional barcode, Matrix 2 of 5.

const BarcodeType(7)
IATA → const BarcodeType

One-dimensional barcode, IATA 2 of 5 (Airline).

const BarcodeType(8)
CODABAR → const BarcodeType

One-dimensional barcode, (ANSI/AIM BC3-1995, USS - Codabar).

const BarcodeType(9)
UPCA → const BarcodeType

One-dimensional barcode, UPC-A.

const BarcodeType(10)
CODE93 → const BarcodeType

One-dimensional barcode, (ANSI/AIM BC5-1995, USS - Code 93).

const BarcodeType(11)
UPCE → const BarcodeType

One-dimensional barcode, UPC-E.

const BarcodeType(12)
EAN13 → const BarcodeType

One-dimensional barcode, EAN13, ISO 15418.

const BarcodeType(13)
QRCODE → const BarcodeType

Two-dimensional QR barcode.

const BarcodeType(14)
AZTEC → const BarcodeType

Two-dimensional AZTEC barcode.

const BarcodeType(15)
DATAMATRIX → const BarcodeType

Two-dimensional DATAMATRIX barcode.

const BarcodeType(16)
ALL_1D → const BarcodeType

One-dimensional barcodes.

const BarcodeType(17)
CODE11 → const BarcodeType

One-dimensional barcode, Code 11.

const BarcodeType(18)
JABCODE → const BarcodeType

Two-dimensional barcode, JAB Code

const BarcodeType(19)

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
value int
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

Static Methods

fromIntList(List? input) List<BarcodeType>?
getByValue(int? i) BarcodeType?

Constants

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