ECommerceProduct constructor
const
ECommerceProduct({})
Creates an object with information about the product. sku
is a required parameter.
Implementation
const ECommerceProduct(
{required this.sku,
this.name,
this.categoriesPath,
this.payload,
this.actualPrice,
this.originalPrice,
this.promocodes});