isNotBlank property
bool
get
isNotBlank
Returns true if the string is not: null; empty; or entirely whitespace.
Implementation
bool get isNotBlank => !isBlank;
Returns true if the string is not: null; empty; or entirely whitespace.
bool get isNotBlank => !isBlank;