Options constructor
      
      Options({})
     
    
    
Implementation
Options({
  super.allowIcannDomains = true,
  super.allowPrivateDomains = false,
  this.detectIp = true,
  this.extractHostname = true,
  this.mixedInputs = true,
  this.validHosts,
  this.validateHostname = true,
});