ean13 static method

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

Implementation

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