correctAnsweredByDifficulty property Null safety

Map<String, int> correctAnsweredByDifficulty
read / write

Map containing all the right answered questions by difficulty.

Implementation

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