Kit > healthstack.kit.task.survey.question.model > QuestionModel > QuestionModel

QuestionModel

[androidJvm]
fun <R> QuestionModel(id: String, question: String, explanation: String? = null, drawableId: Int? = null, type: QuestionModel.QuestionType, skipLogics: List<SkipLogic>, answer: R? = null)