Parse from a json
factory MessageGame.fromJson(Map<String, dynamic> json) => MessageGame( game: Game.fromJson(json['game']), );