toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adsOrganicRatio = this.adsOrganicRatio;
  final categoryBenchmarkVisibilityTrend =
      this.categoryBenchmarkVisibilityTrend;
  final categoryId = this.categoryId;
  final countryCode = this.countryCode;
  final date = this.date;
  final domain = this.domain;
  final higherPositionRate = this.higherPositionRate;
  final isYourDomain = this.isYourDomain;
  final pageOverlapRate = this.pageOverlapRate;
  final rank = this.rank;
  final relativeVisibility = this.relativeVisibility;
  final trafficSource = this.trafficSource;
  final yourDomainVisibilityTrend = this.yourDomainVisibilityTrend;
  return {
    'adsOrganicRatio': ?adsOrganicRatio,
    'categoryBenchmarkVisibilityTrend': ?categoryBenchmarkVisibilityTrend,
    'categoryId': ?categoryId,
    'countryCode': ?countryCode,
    'date': ?date,
    'domain': ?domain,
    'higherPositionRate': ?higherPositionRate,
    'isYourDomain': ?isYourDomain,
    'pageOverlapRate': ?pageOverlapRate,
    'rank': ?rank,
    'relativeVisibility': ?relativeVisibility,
    'trafficSource': ?trafficSource,
    'yourDomainVisibilityTrend': ?yourDomainVisibilityTrend,
  };
}