ScrapeResult constructor
ScrapeResult({})
Implementation
ScrapeResult({
required this.data,
required this.url,
required this.timestamp,
required this.type,
this.error,
required this.isSuccess,
});
ScrapeResult({
required this.data,
required this.url,
required this.timestamp,
required this.type,
this.error,
required this.isSuccess,
});