ReportRow constructor

ReportRow({
  1. BestSellersBrandView? bestSellersBrandView,
  2. BestSellersProductClusterView? bestSellersProductClusterView,
  3. CompetitiveVisibilityBenchmarkView? competitiveVisibilityBenchmarkView,
  4. CompetitiveVisibilityCompetitorView? competitiveVisibilityCompetitorView,
  5. CompetitiveVisibilityTopMerchantView? competitiveVisibilityTopMerchantView,
  6. NonProductPerformanceView? nonProductPerformanceView,
  7. PriceCompetitivenessProductView? priceCompetitivenessProductView,
  8. PriceInsightsProductView? priceInsightsProductView,
  9. ProductPerformanceView? productPerformanceView,
  10. ProductView? productView,
})

Implementation

ReportRow({
  this.bestSellersBrandView,
  this.bestSellersProductClusterView,
  this.competitiveVisibilityBenchmarkView,
  this.competitiveVisibilityCompetitorView,
  this.competitiveVisibilityTopMerchantView,
  this.nonProductPerformanceView,
  this.priceCompetitivenessProductView,
  this.priceInsightsProductView,
  this.productPerformanceView,
  this.productView,
});