SuffixLookupOptions constructor

SuffixLookupOptions({
  1. bool allowIcannDomains = true,
  2. bool allowPrivateDomains = false,
})

Implementation

SuffixLookupOptions({
  this.allowIcannDomains = true,
  this.allowPrivateDomains = false,
});