toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.serialization.yaml
/
Yaml
/
Token
/
LINE
LINE
data
class
LINE
(
val
str
:
String
,
val
level
:
Int
)
:
Yaml.Token
Members
Constructors
LINE
Link copied to clipboard
constructor
(
str
:
String
,
level
:
Int
)
Properties
level
Link copied to clipboard
val
level
:
Int
str
Link copied to clipboard
open
override
val
str
:
String
ustr
Link copied to clipboard
open
val
ustr
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String