BarcodeType class

Constructors

BarcodeType()

Properties

hashCode int
The hash code for this object.
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

ALL_1D → const int
AZTEC → const int
BCT_CODE128 → const int
CODABAR → const int
CODE11 → const int
CODE39 → const int
CODE93 → const int
DATAMATRIX → const int
EAN8 → const int
EAN13 → const int
IATA → const int
ITF → const int
MTF → const int
PDF417 → const int
QRCODE → const int
STF → const int
UNKNOWN → const int
UPCA → const int
UPCE → const int