Int

data class Int(val value: Int) : ConfigValue

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int