ScopedPlayerIds.fromJson constructor

ScopedPlayerIds.fromJson(
  1. Map json_
)

Implementation

ScopedPlayerIds.fromJson(core.Map json_)
  : this(
      developerPlayerKey: json_['developerPlayerKey'] as core.String?,
      gamePlayerId: json_['gamePlayerId'] as core.String?,
    );