isBlank property

bool get isBlank

Null safe check if string is blank.

Implementation

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