BarcodeIsbn constructor

const BarcodeIsbn(
  1. bool drawEndChar,
  2. bool drawIsbn
)

Create an ISBN Barcode

Implementation

const BarcodeIsbn(bool drawEndChar, this.drawIsbn) : super(drawEndChar);