setIfNotPresent

fun <T : Any> Property<T>.setIfNotPresent(provider: Property<T>, defaultValue: T? = null)(source)