Long

@Serializable(with = Identifier.Long.Companion::class)
data class Long(val to: Long) : Identifier

Constructors

Link copied to clipboard
constructor(to: Long)

Properties

Link copied to clipboard
open override val get: Long
Link copied to clipboard
val to: Long