Similar to Lazy but for suspend functions.
val suspendLazy = suspendLazy { suspendCall() }suspendLazy() // retrieve
Function to retrieve the value.
Operator function calling get for more idiomatic use.
Whether the value has been already initialized.