ean13 static method

Barcode ean13({
  1. bool drawEndChar = false,
})

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.

EAN 13

drawEndChar draws the end char '>' in the right margin

Implementation

static Barcode ean13({bool drawEndChar = false}) => BarcodeEan13(drawEndChar);