Creates a Game object from JSON object.
factory Game.fromJson(Map<String, dynamic> json) => _$GameFromJson(json);