<@U0C12L58V>: you don’t need lazy there, it’s crea...
# getting-started
o
@yasyd: you don’t need lazy there, it’s creating extra field and introduces indirection for no real benefit. Just make a calculated property:
val fieldName : SomeClass get() = _fieldName