DnsRecords constructor

const DnsRecords({
  1. List<String> a = const [],
  2. List<String> mx = const [],
  3. List<String> ptr = const [],
})

Implementation

const DnsRecords({
  this.a = const [],
  this.mx = const [],
  this.ptr = const [],
});