CommentData

data class CommentData(val memberIcon: Int, val ipData: String?, val gallerCon: String?, val name: String, val userId: String, val content: Comment, val identifier: Int, val dateTime: String, val isReply: Boolean, val isDeleteFlag: String?)

Constructors

Link copied to clipboard
constructor(memberIcon: Int, ipData: String?, gallerCon: String?, name: String, userId: String, content: Comment, identifier: Int, dateTime: String, isReply: Boolean, isDeleteFlag: String?)

Properties

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