Item

data class Item(val description: String) : ChangelogListItem

Constructors

Link copied to clipboard
fun Item(description: String)

Properties

Link copied to clipboard
val description: String