isNull

val <T> T?.isNull: Boolean

Checks if the object is null.

Return

true if the object is null, false otherwise.