Barcode constructor

Barcode({
  1. required BarcodeValueType valueType,
  2. required String rawValue,
})

Implementation

Barcode({required this.valueType, required this.rawValue});