Check if the string is empty.
This is equivalent to this = '' in SQL.
this = ''
Expr<bool> get isEmpty => ExpressionStringIsEmpty(this);