BarcodeItem constructor

BarcodeItem(
  1. BarcodeFormat? barcodeFormat,
  2. String? text
)

Implementation

BarcodeItem(this.barcodeFormat, this.text);