isNull

fun Any?.isNull(): Boolean

It determines whether the given object is null.

Return

true if the object is null, false otherwise.

Sources

Link copied to clipboard