static bool isConnectGame({required String game}) { if (listOfConnectGames.contains(game)) { return true; } else { return false; } }