isBlank method
Implementation
Expression isBlank() {
// Note: We use equals by purpose here to compare to null and undefined in JS.
return equals(NULL_EXPR);
}
Expression isBlank() {
// Note: We use equals by purpose here to compare to null and undefined in JS.
return equals(NULL_EXPR);
}