isNotEmptyOrNull property
bool
get
isNotEmptyOrNull
Check if string is not empty (for convenience)
Implementation
bool get isNotEmptyOrNull => !isNullOrEmpty;
Check if string is not empty (for convenience)
bool get isNotEmptyOrNull => !isNullOrEmpty;