ComplierFrameworkV2
1.0-SNAPSHOT
jvm
ComplierFrameworkV2
/
domain.types
/
Boolean
Boolean
data
class
Boolean
(
val
title
:
String
=
"Boolean"
)
:
Type
Used to define the boolean type
Example: "true" / "false"
Members
Constructors
Boolean
Link copied to clipboard
constructor
(
title
:
String
=
"Boolean"
)
Properties
title
Link copied to clipboard
open
override
val
title
:
String
defines the name of the type