UIntValue

@Serializable
@SerialName(value = "uint")
data class UIntValue(val value: ULong) : PassableValue(source)

Constructors

Link copied to clipboard
constructor(value: ULong)

Properties

Link copied to clipboard