DnsRecord constructor

DnsRecord({
  1. String? domainName,
  2. String? rdata,
  3. List<String>? relevantState,
  4. String? requiredAction,
  5. String? type,
})

Implementation

DnsRecord({
  this.domainName,
  this.rdata,
  this.relevantState,
  this.requiredAction,
  this.type,
});