niveauDifficulteQuiz property

List<KeyValueModel> niveauDifficulteQuiz
getter/setter pair

Implementation

static List<KeyValueModel> niveauDifficulteQuiz = [
  KeyValueModel( value: VeryEasy, key: 'label_Difficulty_VeryEasy'.tr),
  KeyValueModel( value: Easy, key: 'label_Difficulty_Easy'.tr),
  KeyValueModel( value: Medium, key: 'label_Difficulty_Medium'.tr),
  KeyValueModel( value: Hard, key: 'label_Difficulty_Hard'.tr),
];