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