isBlank method

bool isBlank()

Implementation

bool isBlank() {
  return this == '';
}