getDelegate

abstract fun getDelegate(): Any?(source)

Returns the value of the delegate if this is a delegated property, or null if this property is not delegated. See the Kotlin language documentation for more information.

Since Kotlin

1.1