Product constructor
Product({})
Implementation
Product(
{required this.name,
required this.sku,
required this.price,
this.quantity,
this.variant,
this.category,
this.brand,
this.position,
this.couponCode,
this.attributes});