IntValue

data class IntValue(val value: Int?) : AttributeValue

Constructors

Link copied to clipboard
constructor(value: Int?)

Properties

Link copied to clipboard
open override val value: Int?

Functions

Link copied to clipboard
override fun toString(): String