isNotEmptyOrNull property
bool
get
isNotEmptyOrNull
Returns true if the string is not null, not empty, and, after cleaning (removing all whitespaces and collapsing into a single line), is not empty.
Implementation
bool get isNotEmptyOrNull => !isEmptyOrNull;