toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (ampIndexStatusVerdict != null)
        'ampIndexStatusVerdict': ampIndexStatusVerdict!,
      if (ampUrl != null) 'ampUrl': ampUrl!,
      if (indexingState != null) 'indexingState': indexingState!,
      if (issues != null) 'issues': issues!,
      if (lastCrawlTime != null) 'lastCrawlTime': lastCrawlTime!,
      if (pageFetchState != null) 'pageFetchState': pageFetchState!,
      if (robotsTxtState != null) 'robotsTxtState': robotsTxtState!,
      if (verdict != null) 'verdict': verdict!,
    };