totalAnsweredByDifficulty property Null safety

Map<String, int> totalAnsweredByDifficulty
read / write

Map containing all the questions answered by difficulty.

Implementation

late Map<String,int> totalAnsweredByDifficulty = {};