defaultValue

inline fun <T : Any> defaultValue(t: T): Any?

Deprecated

use withInstance() instead

Replace with

withInstance(t)

inline fun <T : Any> defaultValue(): Any?

Deprecated

use withInstance() instead

Replace with

withInstance()