Contains one row of the game high score table
const GameHighScore({ required this.position, required this.userId, required this.score, });