CoachDto constructor

CoachDto(
  1. String puuid,
  2. String teamId
)

Implementation

CoachDto(this.puuid, this.teamId);