isNotBlank method

bool isNotBlank()

是否非空

Implementation

bool isNotBlank() {
  return !isBlank();
}