ProductBarcode constructor

const ProductBarcode({
  1. required String barcode,
  2. Key? key,
})

Implementation

const ProductBarcode({required this.barcode, super.key});