ReportRow constructor
ReportRow({
- BestSellers? bestSellers,
- Brand? brand,
- CompetitiveVisibility? competitiveVisibility,
- Metrics? metrics,
- PriceCompetitiveness? priceCompetitiveness,
- PriceInsights? priceInsights,
- ProductCluster? productCluster,
- ProductView? productView,
- Segments? segments,
- TopicTrends? topicTrends,
Implementation
ReportRow({
this.bestSellers,
this.brand,
this.competitiveVisibility,
this.metrics,
this.priceCompetitiveness,
this.priceInsights,
this.productCluster,
this.productView,
this.segments,
this.topicTrends,
});