Change Log Item
data class ChangeLogItem(val platform: ChangeLogPlatform?, val title: String?, val description: String?, val image: String?, val link: String?)
Constructors
Link copied to clipboard
constructor(platform: ChangeLogPlatform?, title: String?, description: String?, image: String?, link: String?)