isNotBlank method
true if the String is not Blank. A string that is zero length or only contains whitespace is considered blank.
Implementation
bool isNotBlank() => Blank.isNotBlank(this);
true if the String is not Blank. A string that is zero length or only contains whitespace is considered blank.
bool isNotBlank() => Blank.isNotBlank(this);