DnsZonePair constructor

DnsZonePair({
  1. DnsZone? consumerPeeringZone,
  2. DnsZone? producerPrivateZone,
})

Implementation

DnsZonePair({this.consumerPeeringZone, this.producerPrivateZone});