DestinationNotCrawlableEvidence.fromJson constructor

DestinationNotCrawlableEvidence.fromJson(
  1. Map json_
)

Implementation

DestinationNotCrawlableEvidence.fromJson(core.Map json_)
  : this(
      crawlTime: json_['crawlTime'] as core.String?,
      crawledUrl: json_['crawledUrl'] as core.String?,
      reason: json_['reason'] as core.String?,
    );