DnsResourceRecord constructor

DnsResourceRecord({
  1. String? data,
  2. String? name,
  3. String? type,
})

Implementation

DnsResourceRecord({
  this.data,
  this.name,
  this.type,
});