static List<Question> getQuestionsByIndexes(List<int> indexes) { return indexes.map((index) => getQuestionByIndex(index)).toList(); }