PlayerDto constructor

PlayerDto(
  1. String puuid,
  2. String gameName,
  3. String tagLine,
  4. String teamId,
  5. String partyId,
  6. String characterId,
  7. PlayerStatsDto stats,
  8. int competitiveTier,
  9. String playerCard,
  10. String playerTitle,
)

Implementation

PlayerDto(
    this.puuid,
    this.gameName,
    this.tagLine,
    this.teamId,
    this.partyId,
    this.characterId,
    this.stats,
    this.competitiveTier,
    this.playerCard,
    this.playerTitle);