DNSEndpointConfig.fromJson constructor

DNSEndpointConfig.fromJson(
  1. Map json_
)

Implementation

DNSEndpointConfig.fromJson(core.Map json_)
    : this(
        allowExternalTraffic: json_['allowExternalTraffic'] as core.bool?,
        endpoint: json_['endpoint'] as core.String?,
      );