kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx.ir
/
IRTree
/
Enum
/
Value
Value
@
Serializable
data
class
Value
(
val
value
:
String
,
val
documentation
:
String
?
,
val
serialName
:
String
?
)
(
source
)
Members
Constructors
Value
Link copied to clipboard
constructor
(
value
:
String
,
documentation
:
String
?
,
serialName
:
String
?
)
Properties
documentation
Link copied to clipboard
val
documentation
:
String
?
serial
Name
Link copied to clipboard
val
serialName
:
String
?
value
Link copied to clipboard
val
value
:
String