4koma
1.0.0
4koma
/
cc.ekblad.toml.model
/
TomlValue
/
Map
Map
data
class
Map
(
val
properties
:
Map
<
String
,
TomlValue
>
)
:
TomlValue
Content copied to clipboard
Constructors
Properties
Constructors
Map
Link copied to clipboard
fun
Map
(
vararg
entries
:
Pair
<
String
,
TomlValue
>
)
Content copied to clipboard
Map
Link copied to clipboard
fun
Map
(
properties
:
Map
<
String
,
TomlValue
>
)
Content copied to clipboard
Properties
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
TomlValue
>
Content copied to clipboard