sealed class QuestionEvent { const QuestionEvent(); } class GetLevelEvent extends QuestionEvent { final String? id; const GetLevelEvent(this.id); }