``` val lazyValue: MyObject by lazy { My...
# getting-started
j
Copy code
val lazyValue: MyObject by lazy {
        MyObject()
    }