Config constructor
Config({})
Implementation
Config({
this.forceFetch = false,
this.userAgent = UserAgentDevice.mobile,
this.usePassedHtml = true,
this.usePassedUserAgent = false,
required this.parsers,
required this.urlTargets,
});