class Player { final String name; Player(this.name); }