Returns true if this String is not empty and does not contain only whitespaces.
true
bool get isNotBlank => !isBlank;