extends Object
static func isEmpty(dictionary: Dictionary) -> bool:
return dictionary == null or dictionary.size() == 0