ComplierFrameworkV2
1.0-SNAPSHOT
jvm
ComplierFrameworkV2
/
domain.types
/
Str
Str
data
class
Str
(
val
title
:
String
=
"String"
)
:
Type
Used to define the type of a string value
Example: "string example"
Members
Constructors
Str
Link copied to clipboard
constructor
(
title
:
String
=
"String"
)
Properties
title
Link copied to clipboard
open
override
val
title
:
String
represents the name of the type