BarcodeIsbn constructor

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

Create an ISBN Barcode

Implementation

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