toJson method

Map<String, dynamic> toJson()

Implementation

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