providerOf

fun <T> providerOf(value: T): Provider<T>(source)

Returns a Provider wrapper around the given value.