Hi, what is the difference of ```fun getSomeStrin...
# getting-started
t
Hi, what is the difference of
Copy code
fun getSomeString() : String = "Some String"
and
Copy code
val someString: String
        get() = "Some String"