const factory ProbemsByTopics({ required String name, required String slug, required List<Problem> questions, }) = _ProbemsByTopics;