orNull

fun orNull(): A?

Deprecated

orNull is being renamed to getOrNull to be more consistent with the Kotlin Standard Library naming

Replace with

getOrNull()