Item

data class Item(val text: String, val url: String)

Constructors

Link copied to clipboard
constructor(text: String, url: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String