ChartInfoMenuItem

@Serializable
data class ChartInfoMenuItem(val title: String, val url: String, val selected: Boolean? = null)(source)

Constructors

Link copied to clipboard
constructor(title: String, url: String, selected: Boolean? = null)

Properties

Link copied to clipboard
val selected: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val url: String