Returns ![isEmptyString].
bool isNotEmptyString(String? s, {bool trim = false}) { return !isEmptyString(s, trim: trim); }