PlayerLeaderboardScore constructor

PlayerLeaderboardScore({
  1. LeaderboardScoreRank? friendsRank,
  2. String? kind,
  3. String? leaderboardId,
  4. LeaderboardScoreRank? publicRank,
  5. String? scoreString,
  6. String? scoreTag,
  7. String? scoreValue,
  8. LeaderboardScoreRank? socialRank,
  9. String? timeSpan,
  10. String? writeTimestamp,
})

Implementation

PlayerLeaderboardScore({
  this.friendsRank,
  this.kind,
  this.leaderboardId,
  this.publicRank,
  this.scoreString,
  this.scoreTag,
  this.scoreValue,
  this.socialRank,
  this.timeSpan,
  this.writeTimestamp,
});