Product constructor
Product({})
Implementation
Product({
required this.name,
required this.imageUrl,
required this.description,
required this.price,
required this.quantity,
});
Product({
required this.name,
required this.imageUrl,
required this.description,
required this.price,
required this.quantity,
});