LongValue

data class LongValue(val value: Long) : UiTextArgument(source)

A long argument.

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long