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