RankingScore constructor

RankingScore({
  1. String? displayRank,
  2. String? rankingDisplayScore,
  3. int? playerRank,
  4. int? playerRawScore,
  5. Player? scoreOwnerPlayer,
  6. String? scoreOwnerDisplayName,
  7. String? scoreOwnerHiIconUri,
  8. String? scoreOwnerIconUri,
  9. String? scoreTips,
  10. int? scoreTimestamp,
  11. int? timeDimension,
})

Implementation

RankingScore({
  this.displayRank,
  this.rankingDisplayScore,
  this.playerRank,
  this.playerRawScore,
  this.scoreOwnerPlayer,
  this.scoreOwnerDisplayName,
  this.scoreOwnerHiIconUri,
  this.scoreOwnerIconUri,
  this.scoreTips,
  this.scoreTimestamp,
  this.timeDimension,
});