TournamentControversial constructor

const TournamentControversial({
  1. String? questionNumber,
  2. String? answer,
  3. DateTime? issuedAt,
  4. QuestionStatus? status,
  5. String? comment,
  6. DateTime? resolvedAt,
  7. String? appealJuryComment,
})

Implementation

const TournamentControversial({
  this.questionNumber,
  this.answer,
  this.issuedAt,
  this.status,
  this.comment,
  this.resolvedAt,
  this.appealJuryComment,
});