true if the value is not null and is a zero length String
value
static bool isNotEmpty(String? value) { return !isEmpty(value); }