menu
tdlib2 package
documentation
td_api.dart
GameHighScore
GameHighScore.new constructor
GameHighScore.new constructor
dark_mode
light_mode
GameHighScore
constructor
GameHighScore
(
{
required
int
position
,
required
int
userId
,
required
int
score
,
})
Implementation
GameHighScore({ required this.position, required this.userId, required this.score, });
tdlib2 package
documentation
td_api
GameHighScore
GameHighScore.new constructor
GameHighScore class