ProductBarcodeModel({ required this.barcode, required this.name, required this.price, this.quantity = 1, });