ean5 static method
EAN 5 Barcode
The EAN-5 is a 5-digit European Article Number code, and is a supplement to the EAN-13 barcode used on books. It is used to give a suggestion for the price of the book.
Implementation
static Barcode ean5() => const BarcodeEan5();