kotlin-stdlib / kotlin / Lazy / value value Common JVM JS Native 1.0 abstract val value: T Gets the lazily initialized value of the current Lazy instance. Once the value was initialized it must not change during the rest of lifetime of this Lazy instance.