toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (categoryBenchmarkVisibilityTrend != null)
    'categoryBenchmarkVisibilityTrend': categoryBenchmarkVisibilityTrend!,
  if (date != null) 'date': date!,
  if (reportCategoryId != null) 'reportCategoryId': reportCategoryId!,
  if (reportCountryCode != null) 'reportCountryCode': reportCountryCode!,
  if (trafficSource != null) 'trafficSource': trafficSource!,
  if (yourDomainVisibilityTrend != null)
    'yourDomainVisibilityTrend': yourDomainVisibilityTrend!,
};