SInt64Value

data class SInt64Value(val value: Long) : Scalar<Long>

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
open override val value: Long