BarcodeItf constructor
const
BarcodeItf()
Create an ITF-14 Barcode
Implementation
const BarcodeItf(
this.addChecksum,
this.zeroPrepend,
this.drawBorder,
this.borderWidth,
this.quietWidth,
this.fixedLength,
) : assert(fixedLength == null || fixedLength % 2 == 0);