BarcodeCodeBar constructor

const BarcodeCodeBar(
  1. BarcodeCodeBarStartStop start,
  2. BarcodeCodeBarStartStop stop,
  3. bool printStartStop,
  4. bool explicitStartStop,
)

Create a Code bar Barcode

Implementation

const BarcodeCodeBar(
  this.start,
  this.stop,
  this.printStartStop,
  this.explicitStartStop,
);