propigator
Toggle table of contents
0.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
propigator
yaml
/
at.asitplus.propigator.yaml
/
nullableYamlProperty
nullable
Yaml
Property
inline
fun
<
T
>
nullableYamlProperty
(
key
:
String
?
=
null
,
nullWriteMode
:
NullWriteMode
=
NullWriteMode.STORE_NULL
)
:
ReadWriteProperty
<
YamlObjectBacked
,
T
?
>
(
source
)