Map<String, dynamic> toJson() { return { "questionId": questionId, "title": title, "subTitle": subTitle, }; }