ean13 static method
EAN 13 Barcode
The International Article Number is a standard describing a barcode symbology and numbering system used in global trade to identify a specific retail product type, in a specific packaging configuration, from a specific manufacturer.
drawEndChar
draws the end char '>' in the right margin
Implementation
static Barcode ean13({bool drawEndChar = false}) => BarcodeEan13(drawEndChar);