Product constructor
const
Product({})
Implementation
const Product({
required this.name,
required this.description,
required this.productId,
required this.locale,
required this.currencySymbol,
required this.plans,
this.formViewWidth = 588.0,
this.formViewHeight = 616.0,
});