CustomInterceptProfile.fromJson constructor

CustomInterceptProfile.fromJson(
  1. Map json_
)

Implementation

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