DnsConfigChange constructor

DnsConfigChange({
  1. required List<DnsRecord> dnsRecords,
})

Implementation

DnsConfigChange({
  required this.dnsRecords,
});