toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (destinationNotCrawlable != null)
'destinationNotCrawlable': destinationNotCrawlable!,
if (destinationNotWorking != null)
'destinationNotWorking': destinationNotWorking!,
if (destinationUrl != null) 'destinationUrl': destinationUrl!,
if (domainCall != null) 'domainCall': domainCall!,
if (downloadSize != null) 'downloadSize': downloadSize!,
if (httpCall != null) 'httpCall': httpCall!,
if (httpCookie != null) 'httpCookie': httpCookie!,
};