PurchasableFood constructor
Implementation
PurchasableFood({
required this.id,
required this.name,
required this.image,
required this.description,
required this.price,
required this.owner,
});
PurchasableFood({
required this.id,
required this.name,
required this.image,
required this.description,
required this.price,
required this.owner,
});