GoogleCloudIdentitytoolkitV1SignInWithGameCenterResponse.fromJson constructor
GoogleCloudIdentitytoolkitV1SignInWithGameCenterResponse.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV1SignInWithGameCenterResponse.fromJson(
core.Map json_,
) : this(
displayName: json_['displayName'] as core.String?,
expiresIn: json_['expiresIn'] as core.String?,
gamePlayerId: json_['gamePlayerId'] as core.String?,
idToken: json_['idToken'] as core.String?,
isNewUser: json_['isNewUser'] as core.bool?,
localId: json_['localId'] as core.String?,
playerId: json_['playerId'] as core.String?,
refreshToken: json_['refreshToken'] as core.String?,
teamPlayerId: json_['teamPlayerId'] as core.String?,
);