LongValue

data class LongValue(val value: Long) : ParamValue

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long

Functions

Link copied to clipboard
open fun toDataItem(): DataItem