propertyName

inline fun <T> propertyName(crossinline block: (name: String) -> T): ReadOnlyProperty<Any?, T>

A lazyProperty that only receives the KProperty.name as its argument.