Integer

data class Integer(val value: Long) : ProjectionValue(source)

A signed integer property, narrowed with checked bounds by its schema decoder.

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long