littlekt
0.6.0
jvm
core
/
com.lehaine.littlekt.file
/
JvmVfs
/
KeyValueEntry
Key
Value
Entry
jvm
@
Serializable
data
class
KeyValueEntry
(
val
k
:
String
,
val
v
:
String
)
Constructors
Properties
Constructors
Key
Value
Entry
Link copied to clipboard
jvm
fun
KeyValueEntry
(
k
:
String
,
v
:
String
)
Properties
k
Link copied to clipboard
jvm
val
k
:
String
v
Link copied to clipboard
jvm
val
v
:
String