Add and implement an extension function 'isEmptyOrNull()' on the type String?. It should return true, if the string is null or empty
Add and implement an extension function 'isEmptyOrNull()' on the type String?. It should return true, if the string is null or empty