Barcode constructor

Barcode(
  1. String? code,
  2. BarcodeFormat format,
  3. List<int>? rawBytes
)

Implementation

Barcode(this.code, this.format, this.rawBytes);