GameHighScore constructor
Constructs a GameHighScore object
Implementation
const GameHighScore({
required this.position,
required this.user,
required this.score,
});
Constructs a GameHighScore object
const GameHighScore({
required this.position,
required this.user,
required this.score,
});