nullableProperty

internal inline fun <T> ObjectFactory.nullableProperty(initialValue: T?): ReadWriteProperty<Any, T?>(source)