Knowing about the multiple init blocks will be bet...
# getting-started
b
Knowing about the multiple init blocks will be better to use something like
Copy code
class Foo(){
var prop1: Bar
init { prop1.initBar()}
var prop2: Zoo
init {prop2.initZoo()}
}