Players constructor

Players(
  1. {String puuid,
  2. String gameName,
  3. String tagLine,
  4. int leaderboardRank,
  5. int rankedRating,
  6. int numberOfWins,
  7. int competitiveTier}
)

Implementation

Players(
    {this.puuid,
    this.gameName,
    this.tagLine,
    this.leaderboardRank,
    this.rankedRating,
    this.numberOfWins,
    this.competitiveTier});