correctAnsweredByDifficulty property Null safety
read / write
Map containing all the right answered questions by difficulty.
Implementation
late Map<String,int> correctAnsweredByDifficulty = {};
Map containing all the right answered questions by difficulty.
late Map<String,int> correctAnsweredByDifficulty = {};