DNSEndpointConfig constructor

DNSEndpointConfig({
  1. bool? allowExternalTraffic,
  2. String? endpoint,
})

Implementation

DNSEndpointConfig({this.allowExternalTraffic, this.endpoint});