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