$ToolAuthenticationServiceAgentAuthConfig.fromJson constructor

$ToolAuthenticationServiceAgentAuthConfig.fromJson(
  1. Map json_
)

Implementation

$ToolAuthenticationServiceAgentAuthConfig.fromJson(core.Map json_)
  : this(serviceAgentAuth: json_['serviceAgentAuth'] as core.String?);