PlayerLeaderboardScore constructor
PlayerLeaderboardScore({
- LeaderboardScoreRank? friendsRank,
- String? kind,
- String? leaderboardId,
- LeaderboardScoreRank? publicRank,
- String? scoreString,
- String? scoreTag,
- String? scoreValue,
- LeaderboardScoreRank? socialRank,
- String? timeSpan,
- String? writeTimestamp,
Implementation
PlayerLeaderboardScore({
this.friendsRank,
this.kind,
this.leaderboardId,
this.publicRank,
this.scoreString,
this.scoreTag,
this.scoreValue,
this.socialRank,
this.timeSpan,
this.writeTimestamp,
});