isNullOrEmpty

fun ItemStack?.isNullOrEmpty(): Boolean

Returns true if this is either null or an empty item stack, otherwise returns false.