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