Product constructor
Product({})
Implementation
Product({
required this.id,
required this.type,
required this.displayName,
required this.description,
required this.price,
required this.displayPrice,
this.subscription,
});