isNotBlank property
bool
get
isNotBlank
Checks if the String is not blank (null, empty or only white spaces).
Implementation
bool get isNotBlank => !isBlank;
Checks if the String is not blank (null, empty or only white spaces).
bool get isNotBlank => !isBlank;