isNotBlank property
bool
get
isNotBlank
Whether this string is not blank.
Implementation
bool get isNotBlank => trim().isNotEmpty;
Whether this string is not blank.
bool get isNotBlank => trim().isNotEmpty;