isNotBlankOrNull property
bool
get
isNotBlankOrNull
Implementation
bool get isNotBlankOrNull {
return this != null && this?.trim().isNotEmpty == true;
}
bool get isNotBlankOrNull {
return this != null && this?.trim().isNotEmpty == true;
}