isNull

fun Any?.isNull(): Boolean

checks if the receiver object is null.

Return

Boolean