ProblemDetail

data class ProblemDetail(val title: String, val contents: List<ProblemContentDetail>, val answer: String, val explanation: String)

Constructors

Link copied to clipboard
constructor(title: String, contents: List<ProblemContentDetail>, answer: String, explanation: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard