Barcode class

Constructors

Barcode.codabar(List barcodeData)
CODABAR (NW-7)
Barcode.code128(List barcodeData)
CODE128
Barcode.code39(List barcodeData)
CODE39
Barcode.ean13(List barcodeData)
JAN13 (EAN13)
Barcode.ean8(List barcodeData)
JAN8 (EAN8)
Barcode.itf(List barcodeData)
ITF (Interleaved 2 of 5)
Barcode.upcA(List barcodeData)
UPC-A
Barcode.upcE(List barcodeData)
UPC-E

Properties

data List<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type BarcodeType
no setter

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