Str

data class Str(val title: String = "String") : Type

Used to define the type of a string value

Example: "string example"

Constructors

Link copied to clipboard
constructor(title: String = "String")

Properties

Link copied to clipboard
open override val title: String

represents the name of the type