Is there a way to create a property with a `privat...
# getting-started
f
Is there a way to create a property with a
private get
but a public
set
? Or do I need to define a
private var
and a custom
fun setMyProperty()
method?