ReportRow constructor
ReportRow({
- BestSellersBrandView? bestSellersBrandView,
- BestSellersProductClusterView? bestSellersProductClusterView,
- CompetitiveVisibilityBenchmarkView? competitiveVisibilityBenchmarkView,
- CompetitiveVisibilityCompetitorView? competitiveVisibilityCompetitorView,
- CompetitiveVisibilityTopMerchantView? competitiveVisibilityTopMerchantView,
- NonProductPerformanceView? nonProductPerformanceView,
- PriceCompetitivenessProductView? priceCompetitivenessProductView,
- PriceInsightsProductView? priceInsightsProductView,
- ProductPerformanceView? productPerformanceView,
- ProductView? productView,
Implementation
ReportRow({
this.bestSellersBrandView,
this.bestSellersProductClusterView,
this.competitiveVisibilityBenchmarkView,
this.competitiveVisibilityCompetitorView,
this.competitiveVisibilityTopMerchantView,
this.nonProductPerformanceView,
this.priceCompetitivenessProductView,
this.priceInsightsProductView,
this.productPerformanceView,
this.productView,
});