isBlank property
bool
get
isBlank
Null safe check if string is blank.
Implementation
bool get isBlank {
return StringUtils.isBlank(this);
}
Null safe check if string is blank.
bool get isBlank {
return StringUtils.isBlank(this);
}