whats the correct way to pass ‘this’ to a property...
# getting-started
a
whats the correct way to pass ‘this’ to a property in a constructor?
a
this is not possible on the JVM, because inside the constructor there is no valid
this
-instance available