$ToolAuthenticationBearerTokenConfig.fromJson constructor

$ToolAuthenticationBearerTokenConfig.fromJson(
  1. Map json_
)

Implementation

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