CheckoutItem constructor
CheckoutItem({})
Implementation
CheckoutItem({
required this.name,
required this.price,
required this.quantity,
required this.description,
required this.image,
});
CheckoutItem({
required this.name,
required this.price,
required this.quantity,
required this.description,
required this.image,
});