ScrapingJob constructor
ScrapingJob({})
Creates a new ScrapingJob with the given parameters
Implementation
ScrapingJob({
required this.id,
required this.url,
required this.interval,
required this.selectors,
this.attributes,
required this.lastRun,
});