PriceCompetitivenessProductView constructor

PriceCompetitivenessProductView({
  1. Price? benchmarkPrice,
  2. String? brand,
  3. String? categoryL1,
  4. String? categoryL2,
  5. String? categoryL3,
  6. String? categoryL4,
  7. String? categoryL5,
  8. String? id,
  9. String? offerId,
  10. Price? price,
  11. String? productTypeL1,
  12. String? productTypeL2,
  13. String? productTypeL3,
  14. String? productTypeL4,
  15. String? productTypeL5,
  16. String? reportCountryCode,
  17. String? title,
})

Implementation

PriceCompetitivenessProductView({
  this.benchmarkPrice,
  this.brand,
  this.categoryL1,
  this.categoryL2,
  this.categoryL3,
  this.categoryL4,
  this.categoryL5,
  this.id,
  this.offerId,
  this.price,
  this.productTypeL1,
  this.productTypeL2,
  this.productTypeL3,
  this.productTypeL4,
  this.productTypeL5,
  this.reportCountryCode,
  this.title,
});