DnsUpdates constructor

DnsUpdates({
  1. String? checkTime,
  2. List<DnsRecordSet>? desired,
  3. List<DnsRecordSet>? discovered,
  4. String? domainName,
})

Implementation

DnsUpdates({this.checkTime, this.desired, this.discovered, this.domainName});