class Game { final String id; final String name; Game({required this.id, required this.name}); }