String

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

Constructors

Link copied to clipboard
constructor(to: String)

Properties

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