showEndingQuizSuccessScreen property

bool get showEndingQuizSuccessScreen

Implementation

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