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