factory AnswerQuestionParam({ @JsonKey(name: 'question_id') required String questionId, required int answer, }) = _AnswerQuestionParam;