class Game { final String id; final String player1; final String player2; final Set colors; Game(this.id, this.player1, this.player2, this.colors); }