Product constructor
Product({})
Implementation
Product({
required this.productId,
this.productType,
required this.productStatus,
this.priceLabel,
this.price,
this.currency,
this.language,
this.title,
this.description,
this.imageUrl,
this.promoImageUrl,
this.subscription,
});