isBlank property

bool isBlank

Null safe check if string is blank.

Implementation

bool get isBlank {
  return StringUtils.isBlank(this);
}