Boolean

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

Used to define the boolean type

Example: "true" / "false"

Constructors

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

Properties

Link copied to clipboard
open override val title: String

defines the name of the type