BarcodeItem constructor
BarcodeItem(
- BarcodeFormat? barcodeFormat,
- String? text
Implementation
BarcodeItem(this.barcodeFormat, this.text);
BarcodeItem(this.barcodeFormat, this.text);