totalAmountOfQuestions property Null safety

int totalAmountOfQuestions
read / write

How many questions there were to answer.

Implementation

late int totalAmountOfQuestions = 0;