CompetitiveVisibilityBenchmarkView constructor

CompetitiveVisibilityBenchmarkView({
  1. double? categoryBenchmarkVisibilityTrend,
  2. Date? date,
  3. String? reportCategoryId,
  4. String? reportCountryCode,
  5. String? trafficSource,
  6. double? yourDomainVisibilityTrend,
})

Implementation

CompetitiveVisibilityBenchmarkView({
  this.categoryBenchmarkVisibilityTrend,
  this.date,
  this.reportCategoryId,
  this.reportCountryCode,
  this.trafficSource,
  this.yourDomainVisibilityTrend,
});