isbn static method

Barcode isbn({
  1. bool drawEndChar = false,
  2. bool drawIsbn = true,
})

Implementation

static Barcode isbn({bool drawEndChar = false, bool drawIsbn = true}) => BarcodeIsbn(drawEndChar, drawIsbn);