isEmpty property

Expr<bool> get isEmpty

Check if the string is empty.

This is equivalent to this = '' in SQL.

Implementation

Expr<bool> get isEmpty => ExpressionStringIsEmpty(this);