isNotBlank property
bool
get
isNotBlank
Returns true if the string is not blank.
Implementation
bool get isNotBlank => trim().isNotEmpty;
Returns true if the string is not blank.
bool get isNotBlank => trim().isNotEmpty;