isNotBlank property

bool isNotBlank

Returns true if this is NOT blank. See StringUtil.isBlank

since 0.7.0

Implementation

bool get isNotBlank {
  return StringUtil.isNotBlank(this);
}