PMCfgKVPair

data class PMCfgKVPair(val key: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun PMCfgKVPair(key: String? = null, value: String? = null)

Properties

Link copied to clipboard
val key: String? = null

Key or name

Link copied to clipboard
val value: String? = null

Stored value