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