CrawlResult constructor

const CrawlResult(
  1. Set<Link> links,
  2. Set<Destination> destinations
)

Implementation

const CrawlResult(this.links, this.destinations);