DnsZone constructor

DnsZone({
  1. String? dnsSuffix,
  2. String? name,
})

Implementation

DnsZone({
  this.dnsSuffix,
  this.name,
});