Product constructor
Product({})
Implementation
Product({
required this.description,
this.freeTrialPeriod,
required this.price,
required this.productType,
required this.sku,
required this.smallIconUrl,
this.subscriptionPeriod,
required this.title,
});