FYI: code in `init` is the primary constructor The...
# getting-started
v
FYI: code in
init
is the primary constructor The primary constructor is executed from top to bottom including all property initialisers and all init blocks
👍 1