``` val myObj = MyObject().apply { // initiali...
# getting-started
d
Copy code
val myObj = MyObject().apply {
    // initialize object
}
👆 1