Ref

fun <T : Any> Ref(): Ref<T>
fun <T : Any> Ref(value: T): Ref<T>
fun <T : Any> Ref(prop: KMutableProperty0<T>): Ref<T>