BarcodeType class

Barcode Types. Eg: upc_a, ean_13

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

Constants

code_39 → const BarcodeType
code_93 → const BarcodeType
code_128 → const BarcodeType
code_bar → const BarcodeType
ean_8 → const BarcodeType
ean_13 → const BarcodeType
itf → const BarcodeType
upc_a → const BarcodeType
upc_e → const BarcodeType