LeaderboardEntry constructor

LeaderboardEntry({
  1. String? formattedScore,
  2. String? formattedScoreRank,
  3. String? kind,
  4. Player? player,
  5. String? scoreRank,
  6. String? scoreTag,
  7. String? scoreValue,
  8. String? timeSpan,
  9. String? writeTimestampMillis,
})

Implementation

LeaderboardEntry({
  this.formattedScore,
  this.formattedScoreRank,
  this.kind,
  this.player,
  this.scoreRank,
  this.scoreTag,
  this.scoreValue,
  this.timeSpan,
  this.writeTimestampMillis,
});