CrawledUrl constructor

CrawledUrl({
  1. String? body,
  2. String? httpMethod,
  3. String? url,
})

Implementation

CrawledUrl({
  this.body,
  this.httpMethod,
  this.url,
});