length static method

Creates an expression which evaluates to the length of the given array expression.

Implementation

static ExpressionInterface length(ExpressionInterface expression) =>
    UnaryExpression('array_length()', expression);