DnsSettings constructor

DnsSettings({
  1. CustomDns? customDns,
  2. List<GlueRecord>? glueRecords,
  3. GoogleDomainsDns? googleDomainsDns,
})

Implementation

DnsSettings({
  this.customDns,
  this.glueRecords,
  this.googleDomainsDns,
});