Barcode constructor
Barcode(
- String? code,
- BarcodeFormat format,
- List<
int> ? rawBytes
Implementation
Barcode(this.code, this.format, this.rawBytes);
Barcode(this.code, this.format, this.rawBytes);