PlayerScoreResponse constructor

PlayerScoreResponse({
  1. List<String>? beatenScoreTimeSpans,
  2. String? formattedScore,
  3. String? kind,
  4. String? leaderboardId,
  5. String? scoreTag,
  6. List<PlayerScore>? unbeatenScores,
})

Implementation

PlayerScoreResponse({
  this.beatenScoreTimeSpans,
  this.formattedScore,
  this.kind,
  this.leaderboardId,
  this.scoreTag,
  this.unbeatenScores,
});