class UserData { final int gamesWon; final int gamesLost; const UserData(this.gamesWon, this.gamesLost); }