DnsUpdates constructor
DnsUpdates({
- String? checkTime,
- List<
DnsRecordSet> ? desired, - List<
DnsRecordSet> ? discovered, - String? domainName,
Implementation
DnsUpdates({this.checkTime, this.desired, this.discovered, this.domainName});