PodDNSConfigOption constructor

const PodDNSConfigOption({
  1. String? name,
  2. String? value,
})

The main constructor.

Implementation

const PodDNSConfigOption({
  this.name,
  this.value,
});