Link

@Serializable
data class Link(val href: String = "", val text: String = "")

Constructors

Link copied to clipboard
constructor(href: String = "", text: String = "")

Properties

Link copied to clipboard
Link copied to clipboard