isNotBlank property
bool
get
isNotBlank
Returns true
if this char sequence is not empty and contains some
characters except of whitespace characters.
Implementation
bool get isNotBlank => !isBlank;
Returns true
if this char sequence is not empty and contains some
characters except of whitespace characters.
bool get isNotBlank => !isBlank;