CustomInterceptProfile.fromJson constructor
CustomInterceptProfile.fromJson(
- Map json_
Implementation
CustomInterceptProfile.fromJson(core.Map json_)
: this(
interceptEndpointGroup:
json_['interceptEndpointGroup'] as core.String?,
);