IntKey

data class IntKey(val key: String, val defaultValue: Int = 0) : Observable

Constructors

Link copied to clipboard
constructor(key: String, defaultValue: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val key: String