isBlank method

bool isBlank()

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);