IntValue

@Serializable
@SerialName(value = "int")
data class IntValue(val value: Int) : PassableValue(source)

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int