Returns true String or List or Map is not empty.
static bool isNotEmpty(Object? object) { return !isEmpty(object); }