toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dnsError != null) 'dnsError': dnsError!,
      if (expandedUrl != null) 'expandedUrl': expandedUrl!,
      if (httpError != null) 'httpError': httpError!,
      if (invalidPage != null) 'invalidPage': invalidPage!,
      if (lastCheckTime != null) 'lastCheckTime': lastCheckTime!,
      if (platform != null) 'platform': platform!,
      if (redirectionError != null) 'redirectionError': redirectionError!,
      if (urlRejected != null) 'urlRejected': urlRejected!,
    };