Gall List
data class GallList(val identifier: Int, val views: Int, val upvote: Int, val imageIcon: Boolean, val upvoteIcon: Boolean, val bestCheck: Boolean, val voiceIcon: Boolean, val winnertaIcon: Boolean, val level: Int, val totalComment: Int, val totalVoice: Int, val userId: String, val memberIcon: Int, val ip: String, val gallerCon: String?, val subject: String, val name: String, val dateTime: String, val headText: String?)
Constructors
Link copied to clipboard
constructor(identifier: Int, views: Int, upvote: Int, imageIcon: Boolean, upvoteIcon: Boolean, bestCheck: Boolean, voiceIcon: Boolean, winnertaIcon: Boolean, level: Int, totalComment: Int, totalVoice: Int, userId: String, memberIcon: Int, ip: String, gallerCon: String?, subject: String, name: String, dateTime: String, headText: String?)