Str

@Serializable
@SerialName(value = "str")
data class Str(val value: String) : JsonValue

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard