GameHighScore constructor

GameHighScore(
  1. {required int position,
  2. required int user_id,
  3. required int score,
  4. int? extra,
  5. int? clientId}
)

Contains one row of the game high score table

Implementation

GameHighScore