MatchlistEntryDto constructor

MatchlistEntryDto(
  1. String matchId,
  2. int gameStartTimeMillis,
  3. String teamId
)

Implementation

MatchlistEntryDto(this.matchId, this.gameStartTimeMillis, this.teamId);