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