KeyValue

data class KeyValue(val name: String, val value: String)

Constructors

Link copied to clipboard
fun KeyValue(name: String, value: String)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val value: String