isNotBlank property
bool
get
isNotBlank
Returns true if the string contains non-whitespace characters.
Implementation
bool get isNotBlank => trim().isNotEmpty;
Returns true if the string contains non-whitespace characters.
bool get isNotBlank => trim().isNotEmpty;