ProxyValidationOptions constructor
const
ProxyValidationOptions({})
Creates a new ProxyValidationOptions with the given parameters
Implementation
const ProxyValidationOptions({
this.testUrl,
this.timeout = 10000,
this.updateScore = true,
this.validateHttps = false,
this.validateSocks = false,
this.validateWebsockets = false,
this.logErrors = true,
this.categorizeErrors = true,
});