IntHolder

data class IntHolder(value: Int) : ValueHolder

Properties

value
Link copied to clipboard
val value: Int