ListItem

data class ListItem(val comment: String? = null, val value: ListItemValue? = null)

Constructors

Link copied to clipboard
constructor(comment: String? = null, value: ListItemValue? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comment: String? = null

An optional comment for the item.

Link copied to clipboard
val value: ListItemValue? = null