property

inline fun <O, T> KVar<T>.property(property: KProperty1<T, O>): KVar<O>(source)

Use reflection to create a KVar that bi-directionally maps to a mutable property of an object.