Get the length of the string.
This is equivalent to LENGTH(this) in SQL.
LENGTH(this)
Expr<int> get length => ExpressionStringLength(this);