DslProperty

fun <T> DslProperty(set: (Provider<T>) -> Unit): DslProperty<T>

Creates a new DslProperty. The backing field is updated via set.


Creates a new DslProperty backed by field.