ReportRow constructor

ReportRow({
  1. BestSellers? bestSellers,
  2. Brand? brand,
  3. CompetitiveVisibility? competitiveVisibility,
  4. Metrics? metrics,
  5. PriceCompetitiveness? priceCompetitiveness,
  6. PriceInsights? priceInsights,
  7. ProductCluster? productCluster,
  8. ProductView? productView,
  9. Segments? segments,
})

Implementation

ReportRow({
  this.bestSellers,
  this.brand,
  this.competitiveVisibility,
  this.metrics,
  this.priceCompetitiveness,
  this.priceInsights,
  this.productCluster,
  this.productView,
  this.segments,
});