BarcodeCodeBar constructor
const
BarcodeCodeBar(
- BarcodeCodeBarStartStop start,
- BarcodeCodeBarStartStop stop,
- bool printStartStop,
- bool explicitStartStop,
Create a Code bar Barcode
Implementation
const BarcodeCodeBar(
this.start,
this.stop,
this.printStartStop,
this.explicitStartStop,
);