operator fun <T> Property<T>.getValue(receiver: Any?, property: KProperty<*>): T
Provides 'get' functional extension for the Property object.