IntValue

data class IntValue(val value: Int) : Keystone.Entry

Wraps an Int value.

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int

The stored integer.