CrawlerNodeDetails constructor

CrawlerNodeDetails({
  1. List<Crawl>? crawls,
})

Implementation

CrawlerNodeDetails({
  this.crawls,
});