ChangelogItem
data class ChangelogItem(val message: String, val authors: MutableList<String> = mutableListOf(), val elements: MutableList<Int> = mutableListOf())
Constructors
Link copied to clipboard
constructor(message: String, authors: MutableList<String> = mutableListOf(), elements: MutableList<Int> = mutableListOf())