Checking nullability.
Example:
val num: Int? = nullnum.isNull() // trueval num2 = 1num2.isNull() // false
1.1.0
Boolean