Mfa constructor

Mfa({
  1. String? type,
  2. double? questionRounds,
  3. double? questionsPerRound,
  4. double? selectionRounds,
  5. double? selectionsPerQuestion,
})

Implementation

Mfa({
  this.type,
  this.questionRounds,
  this.questionsPerRound,
  this.selectionRounds,
  this.selectionsPerQuestion,
});