getSyncOrNull

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

Deprecated

Replace with

getOrNull<T>()