MatchInfoDto constructor

MatchInfoDto(
  1. String matchId,
  2. String mapId,
  3. int gameLengthMillis,
  4. int gameStartMillis,
  5. String provisioningFlowId,
  6. bool isCompleted,
  7. String customGameName,
  8. String queueId,
  9. String gameMode,
  10. bool isRanked,
  11. String seasonId,
)

Implementation

MatchInfoDto(
    this.matchId,
    this.mapId,
    this.gameLengthMillis,
    this.gameStartMillis,
    this.provisioningFlowId,
    this.isCompleted,
    this.customGameName,
    this.queueId,
    this.gameMode,
    this.isRanked,
    this.seasonId);