isNotBlank method

bool isNotBlank()

Implementation

bool isNotBlank() {
  return this != '';
}