isNull
Checks to see if the provided item is null or not
Lang.isNull(thing)
Checks to see if the provided item is null or not
Parameters
-
thing
{Object}
item to be tested
Returns
{Boolean}
will return true if thing is a valid object. Otherwise it will return false.