DnsSettings constructor
DnsSettings({
- CustomDns? customDns,
- List<
GlueRecord> ? glueRecords, - GoogleDomainsDns? googleDomainsDns,
Implementation
DnsSettings({
this.customDns,
this.glueRecords,
this.googleDomainsDns,
});