$ToolAuthenticationBearerTokenConfig.fromJson constructor
$ToolAuthenticationBearerTokenConfig.fromJson(
- Map json_
Implementation
$ToolAuthenticationBearerTokenConfig.fromJson(core.Map json_)
: this(
secretVersionForToken: json_['secretVersionForToken'] as core.String?,
token: json_['token'] as core.String?,
);