propertyOf

inline fun <T> propertyOf(initialValue: T? = null): ObjectProperty<T>

Create a Property with initialValue.