ResourceRecord constructor

ResourceRecord({
  1. String? name,
  2. String? rrdata,
  3. String? type,
})

Implementation

ResourceRecord({
  this.name,
  this.rrdata,
  this.type,
});