showEndingQuizSuccessScreen property
bool
get
showEndingQuizSuccessScreen
Implementation
bool get showEndingQuizSuccessScreen {
return quizDetails?.status.toUpperCase() == 'FINALIZED';
}
bool get showEndingQuizSuccessScreen {
return quizDetails?.status.toUpperCase() == 'FINALIZED';
}