Comment
data class Comment(val id: Long, val author: UserReference, val chapter: Int, val postedDateTime: LocalDateTime, val body: Html, val commentDepth: Int, val hasHiddenChildren: Boolean = false, val numHiddenChildren: Int = 0)
Constructors
Link copied to clipboard
constructor(id: Long, author: UserReference, chapter: Int, postedDateTime: LocalDateTime, body: Html, commentDepth: Int, hasHiddenChildren: Boolean = false, numHiddenChildren: Int = 0)