fun <T> ViewModel.property(value: T? = null): PropertyDelegate<T>
fun <T> property(value: T? = null): PropertyDelegate<T>
fun <T> property(block: () -> Property<T>): PropertyDelegate<T>