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