GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest.fromJson constructor

GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest.fromJson(
    core.Map json_)
    : this(
        displayName: json_['displayName'] as core.String?,
        gamePlayerId: json_['gamePlayerId'] as core.String?,
        idToken: json_['idToken'] as core.String?,
        playerId: json_['playerId'] as core.String?,
        publicKeyUrl: json_['publicKeyUrl'] as core.String?,
        salt: json_['salt'] as core.String?,
        signature: json_['signature'] as core.String?,
        teamPlayerId: json_['teamPlayerId'] as core.String?,
        tenantId: json_['tenantId'] as core.String?,
        timestamp: json_['timestamp'] as core.String?,
      );