CompetitiveVisibilityTopMerchantView constructor

CompetitiveVisibilityTopMerchantView({
  1. double? adsOrganicRatio,
  2. Date? date,
  3. String? domain,
  4. double? higherPositionRate,
  5. bool? isYourDomain,
  6. double? pageOverlapRate,
  7. String? rank,
  8. String? reportCategoryId,
  9. String? reportCountryCode,
  10. String? trafficSource,
})

Implementation

CompetitiveVisibilityTopMerchantView({
  this.adsOrganicRatio,
  this.date,
  this.domain,
  this.higherPositionRate,
  this.isYourDomain,
  this.pageOverlapRate,
  this.rank,
  this.reportCategoryId,
  this.reportCountryCode,
  this.trafficSource,
});