length method Null safety
- ExpressionInterface expression
Creates a function expression which evaluates to the length of the given
string expression
.
Implementation
static ExpressionInterface length(ExpressionInterface expression) =>
UnaryExpression('length()', expression);