toJson method
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!,
};