Klip

data class Klip(value: String, attributes: Map<String, String>)

Properties

attributes
Link copied to clipboard
val attributes: Map<String, String>
value
Link copied to clipboard
val value: String